Function precalculate_primes_through

Function Documentation

struct c_primes *precalculate_primes_through(struct c_primes *primes, unsigned long long int n)

Calculate ahead of time all primes less than n. Using this often allows faster operation of the backend implementation.