is_prime_test


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

Licensing:

The computer code and data files made available on this web page are distributed under the MIT license

Related Data and Programs:

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

Source Code:


Last modified on 29 December 2022.