Crate primal_estimate [−] [src]
Estimate upper and lower bounds for the n-th prime, and π(n), the number of primes less than or equal to n.
This is designed to be used via the primal crate.
Functions
| nth_prime |
Gives estimated bounds for pn, the |
| prime_pi |
Returns estimated bounds for π(n), the number of primes less
than or equal to |