Skip to content
Calculator Collection

Compare calculators

Both calculators run independently — change the inputs on either side to compare results.

Math

Modulo Calculator

Compute a mod b — the remainder when dividend a is divided by divisor b. Foundational for clock arithmetic, cyclic patterns, hashing, parity tests, modular arithmetic in cryptography, and any "wrap-around" computation.

Fill in the required fields to see your result.
Math

Least Common Multiple Calculator

Find the least common multiple (LCM) of two positive integers — the smallest number that both divide evenly into. Indispensable for adding fractions with unlike denominators, synchronising periodic events, and scheduling tasks that repeat on different cycles.

Fill in the required fields to see your result.

Key differences

Modulo CalculatorLeast Common Multiple Calculator
CategoryMathMath
Inputs required22
ResultRemainderLCM
What it doesCompute a mod b — the remainder when dividend a is divided by divisor b. Foundational for clock arithmetic, cyclic patterns, hashing, parity tests, modular arithmetic in cryptography, and any "wrap-around" computation.Find the least common multiple (LCM) of two positive integers — the smallest number that both divide evenly into. Indispensable for adding fractions with unlike denominators, synchronising periodic events, and scheduling tasks that repeat on different cycles.