LCM Calculator
Compute the smallest common multiple shared by two integers.
Examples
- LCM of 12 and 18 ⇒ 36
- LCM of 7 and 5 ⇒ 35
FAQ
What is LCM?
The least common multiple of two integers.
Do negative numbers work?
Yes, the calculator uses absolute values.
Can I enter decimals?
Inputs are floored to integers.
What if one number is zero?
The LCM with zero is zero.
Additional Information
No additional information available.