ⓘ This web page is about the old AlgoSim 2 software. Perhaps you are looking for the new Algosim 3 application?
AlgoSim
Homepage | Screenshots | Gallery of Visualisation | User's Guide | Function Reference | Download | FAQ | Support | Bugs and Solutions | Donate

Reference: gcd

gcd(m, n) returns the greatest common divisor of the integers m and n, that is the greatest number that divides both m and n.

Example: gcd(8, 20) = 4.

If gcd(m, n) = 0, m and n are said to be coprime, or relatively prime.