is_prime, an R code which determines if a given integer n is prime, using various versions of the sieve of Eratosthenes.
The computer code and data files made available on this web page are distributed under the MIT license.
is_prime is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and an Octave version and a Python version and an R version.