is_prime

ABSTRACT

Determines whether or not the input integer is prime

PARAMETERS
nthe input integer
RETURN

1 if the input integer is prime, and 0 otherwise

DECLARATION
func is_prime(n)