gcd
ABSTRACT
Calculates the greatest common divisor between two integers
PARAMETERS
n | the first integer |
m | the second integer |
RETURN
the greater common divisor of the two provided integers
DECLARATION
func gcd(n, m)
Calculates the greatest common divisor between two integers
n | the first integer |
m | the second integer |
the greater common divisor of the two provided integers
func gcd(n, m)