TBToolyBase

LCM Calculator

Find the least common multiple (LCM) of two or more integers.

Count: 0
Result
Example: 12, 18 → 36

Formula

LCM(a, b) = |a × b| ÷ GCD(a, b)