is.prime | R Documentation |
Determine whether an integer is a prime
is.prime(x)
x |
the integer to be determined. |
the result: TRUE (x is a prime) or FALSE (x is not a prime).
is.prime(7)
is.prime(8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.