Returns the smallest prime greater than or equal to n.
int
which specifies the first number to try as a prime. An int
which specifies a prime greater than or equal to n
.
If n
is less than or equal to 2 then 2 is returned.
FaureSequence Class | Imsl.Stat Namespace