Least Common Multiple Calculator

Calculate the least common multiple (LCM) of two numbers.

About Least Common Multiple Calculator

The Least Common Multiple (LCM) is the smallest number that is a multiple of both input numbers. It is calculated using the formula: LCM(a, b) = |a ? b| / GCD(a, b).