gcd

ABSTRACT

Calculates the greatest common divisor between two integers

PARAMETERS
nthe first integer
mthe second integer
RETURN

the greater common divisor of the two provided integers

DECLARATION
func gcd(n, m)