About
Analyze divisibility and common multiples quickly.
GCD
The greatest common divisor (GCD) is the largest integer that divides all input values without remainder.
LCM
The least common multiple (LCM) is the smallest positive value that is divisible by all input integers.
Common use cases
- Simplifying fractions
- Synchronizing repeating cycles
- Number theory exercises