pub fn exact_count(bound: u64) -> u64Expand description
Evaluates the exact amount of prime numbers from 1 to N
This is exactly the same as creating some PrimeData ranging from 1 to N and counting its primes
pub fn exact_count(bound: u64) -> u64Evaluates the exact amount of prime numbers from 1 to N
This is exactly the same as creating some PrimeData ranging from 1 to N and counting its primes