Manuals/calci/ISPRIME
Jump to navigation
Jump to search
ISPRIME(SomeNumber)
where
SomeNumber is any real number.
ISPRIME function determines whether the given number is a prime number or not.
ISPRIME function returns 1 if the given number is prime and returns 0 if the given number is not prime.
ISPRIME returns NaN if SomeNumber is not real
ISPRIME
Lets see an example in (Column2Row1)
=ISPRIME(Column1Row1)
Returns 1 for ISPRIME(3)
Consider another example in (Column2Row2)
=ISPRIME(Column1Row2)
Returns 0 for ISPRIME(4)
Syntax
Remarks
Examples
Description
Column1 | Column2 | Column3 | Column4 | |
Row1 | 3 | 1 | ||
Row2 | 4 | 0 | ||
Row3 | ||||
Row4 | ||||
Row5 | ||||
Row6 |
File:Calci1.gif | $ |