is_prime_test


is_prime_test, a Fortran90 code which calls is_prime(), which implements various versions of the sieve of Eratosthenes to determine whether a given integer is prime.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

is_prime, a Fortran90 code which implements various versions of the sieve of Eratosthenes to determine whether a given integer is prime.

Source Code:


Last modified on 28 December 2022.