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).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dev-dependencies.primal]
version = "0.3"

[features]
unstable = []

[package]
authors = ["Huon Wilson <dbau.pp@gmail.com>"]
description = "State-of-the-art estimation of upper and lower bounds for π(n)\n(the number of primes below n) and p_k (the k-th prime).\n"
documentation = "https://docs.rs/primal-estimate/"
edition = "2018"
homepage = "https://github.com/huonw/primal"
keywords = ["math", "mathematics", "primes", "number-theory"]
license = "MIT OR Apache-2.0"
name = "primal-estimate"
repository = "https://github.com/huonw/primal"
version = "0.3.3"