Îõ³h& Ñ v     2021 Preetham Gujjula BSD-3-Clause#primecount-haskell@mail.preetham.io experimentalNoneÙ› primecountGet the  libprimecount version number, in the form "i.j". primecount"Set the number of threads used by  libprimecount. primecount0Get the currently set number of threads used by  libprimecount. primecountprimecount_get_max_x' is the largest number supported by . 64-bit CPUs: 10^31 32-bit CPUs: 2^63 - 1 primecountprimecount_phi x a counts the numbers <= x/ that are not divisible by any of the first a primes. primecount Find the nth prime e.g.: primecount_nth_prime 25 == 97. primecount3Count the number of primes <= x (supports 128-bit). primecountCount the number of primes <= x.2021 Preetham Gujjula BSD-3-Clause#primecount-haskell@mail.preetham.io experimentalNoneÙ b primecount+The number of primes less than or equal to n. Throws an error if n is larger than  ö. Also might throw an error if there's not enough memory available to compute the result, which can happen even if n is smaller than primePiMaxBound.  primecountThe largest input supported by . 64-bit CPUs: 10^31 32-bit CPUs: 2^63 - 1  primecountThe nth prime, starting at nthPrime 1 == 2.,Throws an error if the input is less than 1.,Throws an error if the input is larger than  .  primecountThe largest input supported by  , equal to  primePi ( :: ) == 216289611853439384.  primecount primePhi n a( counts the number of positive integers <= n0 that are not divisible by any of the first a primes. Throws an error if n is larger than  :: .  primecount0Get the currently set number of threads used by  libprimecount. primecount"Set the number of threads used by  libprimecountº. If the input is not positive, the thread count is set to 1. If the input is greater than the number of CPUs available, the thread count is set to the number of CPUs available. primecountGet the  libprimecount version number, in the form "i.j"       primecount-0.1.0.0-inplace!Math.NumberTheory.Prime.Count.FFIMath.NumberTheory.Prime.Countprimecount_versionprimecount_set_num_threadsprimecount_get_num_threadsprimecount_get_max_xprimecount_phiprimecount_nth_primeprimecount_pi_str primecount_piprimePiprimePiMaxBoundnthPrimenthPrimeMaxBoundprimePhigetNumPrimecountThreadssetNumPrimecountThreadsprimecountVersionbaseGHC.EnummaxBoundGHC.IntInt64