returns the GCD of two numbers
p = the_gcd(m,n)
integer
the_gcd(m,n) returns the greatest common divisor of m and n.
the_gcd(m,n)
m
n
the_gcd(25,30) the_gcd(-25,30) the_gcd(123,35)