About 59,400 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. 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.

  3. 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.

  4. Modular arithmetic - Wikipedia

    Time-keeping on this clock uses arithmetic modulo 12. Adding 4 hours to 9 o'clock gives 1 o'clock, since 13 is congruent to 1 modulo 12. In mathematics, modular arithmetic is a system of arithmetic …

  5. 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.

  6. MODULO Definition & Meaning - Merriam-Webster

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

  7. Remainder (%) - JavaScript | MDN

    Jul 8, 2025 · The remainder (%) operator returns the remainder left over when one operand is divided by a second operand. It always takes the sign of the dividend.

  8. Online calculator: Modular arithmetic

    Modular arithmetic This modulo calculator performs arithmetic operations modulo p over a given math expression. While you still can simply enter an integer number to calculate its remainder of Euclidean …

  9. Modulo or Remainder Operator in Java - GeeksforGeeks

    Jan 24, 2026 · The modulo operator (%) in Java is an arithmetic operator used to find the remainder after division of one number by another. It is commonly used in mathematical calculations, loops, …

  10. modulo - Wolfram|Alpha

    Wolfram|Alpha brings expert-level knowledge and capabilities to the broadest possible range of people—spanning all professions and education levels.