Function get_nth_prime

Function Documentation

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

Get the nth prime. Will calculate needed primes if needed.