[back] [prev] [next] [index] [root]

 


IntIsPrime

Returns true iff the argument is a rational prime.

Syntax:

b := IntIsPrime(n)

boolean
  b  
integer
  n  

See also:  NextPrime

Description:

no detailed description available yet


Example:


kash> IntIsPrime(1);
false
kash> IntIsPrime(2);
> true


<- back[back] [prev] [next] [index] [root]