exact_count

Function exact_count 

Source
pub fn exact_count(bound: u64) -> u64
Expand 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