About 70,100 results
Open links in new tab
  1. Modulo - Wikipedia

    In computing and mathematics, the modulo operation returns the remainder or signed remainder of a division, after one number is divided by another, the latter being called the modulus of the operation.

  2. Modulo Calculator

    Aug 1, 2025 · Modulo calculator finds a mod b, the remainder when a is divided by b. The modulo operation returns the remainder in division of 2 positive or negative numbers or decimals.

  3. What Is a Modulo? The Remainder Operation Explained

    Mar 13, 2026 · Modulo is the remainder after division. Learn how it works, what the % symbol means in code, and where it shows up in everyday math and programming.

  4. Modulo — Definition, Formula & Examples

    Modulo is an operation that gives you the remainder when one number is divided by another. For example, 17 modulo 5 equals 2, because 17 ÷ 5 = 3 with a remainder of 2.

  5. Modulo | Math Wiki | Fandom

    In computing and mathematics, the modulo operation returns the remainder or signed remainder of a division, after one number is divided by another, the latter being called the modulus of the operation.

  6. Modulo Operation - Math is Fun

    The modulo (or modulus or mod) is the remainder after dividing one number by another. Because 1009 = 11 with a remainder of 1.

  7. Modulo Calculator

    Calculate modulo instantly with our modulo calculator. Learn how modulo works, how to calculate modulo by hand, how to do modulo on a calculator, and key modulo calculation rules.

  8. Modulo Calculator - Remainder, Quotient & Modulo

    Calculate the modulo (remainder) and quotient of a division with our free Modulo Calculator. Also shows the true non-negative mathematical modulo.

  9. MODULO Definition & Meaning - Merriam-Webster

    The meaning of MODULO is with respect to a modulus of. How to use modulo in a sentence.

  10. Modulo Operator - Algebrica

    Jun 1, 2026 · The modulo operator is one of the most frequently used operations in integer arithmetic. Given two integers, it returns the remainder left over after dividing the first by the second.