is_prime_test, a C++ code which calls is_prime(), which implements various versions of the sieve of Eratosthenes to determine whether a given integer is prime.
The information on this web page is distributed under the MIT license.
is_prime, a C++ code which implements various versions of the sieve of Eratosthenes to determine whether a given integer is prime.