LCM Calculator
Least common multiple of two or more integers. Rejects results beyond safe integers.
Rated 4.7 out of 5 based on 340 reviews
How to use LCM Calculator
- Enter integers. Leave a field blank only when the page says the value is missing, not by typing 0 unless 0 is a real value.
- Read the result rows under the form. Errors appear in the status line. Nothing is uploaded.
- Rounding follows IEEE floating point in this browser unless the page says it uses integers or BigInt.
LCM Calculator
LCM
| Computes | Least common multiple of two or more integers. Rejects results beyond safe integers. |
|---|---|
| Includes | LCM |
| Includes | Safe-integer cap |
| Engine | percentage |
| Upload | None |
| Advice | Arithmetic only |
What LCM Calculator is
LCM(4, 6) = 12. A 0 in the list makes LCM 0. Huge products that overflow a safe integer are rejected instead of wrapping.
The formula runs in this tab. CZNull does not receive the numbers.
How this page computes
LCM(a, b) = |ab| / GCD(a, b). See GCD.
Entities and related jobs
Least common multiple of two or more integers. Rejects results beyond safe integers. Named features: LCM, Safe-integer cap.
See also GCD Calculator, Fraction Calculator, Prime Factorization, Percentage Calculator, Scientific Calculator, Average Calculator.
Use cases
Common denominators and repeating event schedules.
Limits
Invalid input appears in the status line. IEEE floating point applies unless a row says otherwise. CZNull does not receive the numbers.