Function is_prime

Function Documentation

bool is_prime(struct c_primes *primes, unsigned long long int n)

Tell if n is prime or not.