ISPRIME

ISPRIME whether n is prime

Synopsis

ISPRIME(n)

Arguments

n: positive integer

Description

ISPRIME returns TRUE if n is prime and FALSE otherwise.

See also

NT_D, NT_SIGMA.