powered by
Is n a prime number? You can see what is a prime number there.
IsPrime(n)
A positive integer.
A boolean.
# NOT RUN { IsPrime(1) # FALSE IsPrime(5) # TRUE IsPrime(59999999) # TRUE # }
Run the code above in your browser using DataLab