About 386,000 results
Open links in new tab
  1. 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.

  2. What is modular arithmetic? (article) | Khan Academy

    Sometimes, we are only interested in what the remainder is when we divide A by B . For these cases there is an operator called the modulo operator (abbreviated as mod). Using the same A , B , Q , and …

  3. Modulus Operator - bartleby

    What is Modulus Operator? Modulus can be represented either as (mod or modulo) in computing operation. Modulus comes under arithmetic operations. Any number or variable which produces …

  4. JavaScript Operators - W3Schools

    JavaScript Assignment Operators Assignment operators assign values to JavaScript variables. The Addition Assignment Operator (+=) adds a value to a variable.

  5. C# modulus operator - Stack Overflow

    Is it a modulus operator or a remainder operator? They differ when the divisor is negative. Specifically, both compute r in D = dq + r, but modulus rounds d towards minus infinity, while remainder rounds d …

  6. The Python Modulo Operator - What Does the % Symbol Mean in …

    Dec 29, 2019 · The diagram below shows what is happening. Remember, the modulo operator returns the remainder after performing division. The remainder is three. Example using the Modulo Operator …

  7. Operators | Documentation - Roblox Creator Hub

    Operators are symbols for performing an operation or conditional evaluation.

  8. JavaScript Arithmetic - W3Schools

    JavaScript Arithmetic Operators Arithmetic operators perform arithmetic on numbers (literals or variables).

  9. What is the Modulus Operator? A Short Guide with Practical Use Cases

    Jul 12, 2019 · A deep dive into the modulus operator, with examples and practical use cases. It seems boring, but it's really awesome and useful. Tagged with beginners, learning, math, programming.

  10. What is modulus operator and how does it work? - Technical-QA.com

    What is modulus operator and how does it work? The modulus operator, sometimes also called the remainder operator or integer remainder operator works on integers (and integer expressions) and …