Did you know ... | Search Documentation: |
Pack nan_numerics_prime -- prolog/nan_numerics_prime_prb.pl |
Module prime_prb
provides low-level predicates to test candidate
primality of numbers based on a probabilistic primality test.
Implements a variant of the Miller-Rabin primality test that is
deterministic for numbers up to 3317044064679887385961980
, otherwise
it is probabilistic with the number of iterations fixed at 20
.
NOTE: Predicates in this module are not meant for public use.
Cert is true
if N is certainly prime, otherwise it is false
.