Most recent change of Gcd

Edit made on January 28, 2009 by RiderOfGiraffes at 21:57:51

Deleted text in red / Inserted text in green

WW
HEADERS_END
The greatest common divisor (gcd), also called the greatest common factor (gcf) or highest common factor (hcf), of two whole numbers is the largest number that divides into both numbers without a remainder.

The Gcd can be found using the Euclid Algorithm.
The Gcd can be found using the Euclidean Algorithm.

Related to the Lcm.