Docs.rs
primal-estimate-0.3.3
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
primal-estimate 0.3.3
State-of-the-art estimation of upper and lower bounds for π(n) (the number of primes below n) and p_k (the k-th prime).
Crate
Source
Builds
Feature flags
Documentation
Coverage
100%
3
out of
3
items documented
2
out of
3
items with examples
Links
Homepage
huonw/primal
113
19
6
crates.io
Dependencies
primal ^0.3
dev
Versions
0.3.3
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
Owners
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.