Prime test
Returns true or false depending on whether the number is prime (an integer ≥ 2 with no divisors other than 1 and itself).
Very large numbers may produce an error.
Syntax
isPrime(Number)Returns true or false depending on whether the number is prime (an integer ≥ 2 with no divisors other than 1 and itself).
Very large numbers may produce an error.
isPrime(Number)