isPrime


Description:

public static bool isPrime (int64 n)

Returns whether n is prime.

Parameters:

n

input number.

Returns:

true if prime.