LCM of Three Numbers
Find the least common multiple of three integers.
Examples
- LCM of 4, 6, 8 ⇒ 24
- LCM of 5, 7, 9 ⇒ 315
FAQ
Can inputs be negative?
Yes, absolute values are used.
What if any number is zero?
LCM with zero is zero.
Additional Information
No additional information available.