在新选项卡中打开链接
  1. Modulo - Wikipedia

    • In computing, the modulo operation returns the remainder or signed remainder of a division, after one number is divided by another, called the modulus of the operation. Given two positive numbers a and n, a modulo n (often abbreviated as a mod n) is the remainder of the Euclidean division of a by n, where a is the dividend and n is the divisor. For exam… 展开

    Variants of the definition

    In mathematics, the result of the modulo operation is an equivalence class, and any member of the class may be chosen as representative; howeve…

    Notation

    Some calculators have a mod() function button, and many programming languages have a similar function, expressed as mod(a, n), for example. Some also support expressions that use "%", "mod", or "Mod" as a modulo or remainder operator, such …

    Common pitfalls

    When the result of a modulo operation has the sign of the dividend (truncated definition), it can lead to surprising mistakes.
    For example, to test if an integer is odd, one might be inclined to test if the remainder …

    Performance issues

    Modulo operations might be implemented such that a division with a remainder is calculated each time. For special cases, on some hardware, faster alternatives exist. For example, the modulo of powers of 2 can alternatively be expressed as a bitwise AN…

     
  1. In computing, the modulo operation returns the remainder or signed remainder of a division, after one number is divided by another, called the modulus of the operation.
    了解详细信息:
    In computing, the modulo operation returns the remainder or signed remainder of a division, after one number is divided by another, called the modulus of the operation.
    en.wikipedia.org/wiki/Modulo
    The modulo (or "modulus" or "mod") is the remainder after dividing one number by another. 12-hour time uses modulo 12 So 14 o'clock becomes 2 o'clock.
    www.mathsisfun.com/numbers/modulo.html
    The modulo (or "modulus" or "mod") is the remainder after dividing one number by another. 12-hour time uses modulo 12 (14 o'clock becomes 2 o'clock) It is where we end up, not how many times around.
    www.mathsisfun.com/definitions/modulo-operation.…
    The modulus is a mathematical operation that determines the remainder after division of one number by another.
    library.fiveable.me/key-terms/discrete-mathematics…
    The meaning of MODULUS is the factor by which a logarithm of a number to one base is multiplied to obtain the logarithm of the number to a new base. How to use modulus in a sentence.
    www.merriam-webster.com/dictionary/modulus
  2. Modulo (mathematics) - Wikipedia

  3. Modulus -- from Wolfram MathWorld

    6 天之前 · The word modulus has several different meanings in mathematics with respect to complex numbers, congruences, elliptic integrals, quadratic invariants, sets, etc. The modulus of a congruence a=b (mod m) is the number m. It is the …

  4. Modular arithmetic - Wikipedia

  5. Modulo Operation - Math is Fun

  6. Modulo Operation Definition (Illustrated Mathematics Dictionary)

  7. Modulus Definition (Illustrated Mathematics …

    Illustrated definition of Modulus: Another name for the Modulo Operation

  8. 5.7: Modular Arithmetic - Mathematics LibreTexts

    Definition: congruent modulo. Let \(n\geq2\) be a fixed integer. We say the two integers \(m_1\) and \(m_2\) are congruent modulo, denoted \[m_1 \equiv m_2 \pmod{n} \nonumber\] if and only if \(n\mid (m_1-m_2)\). The integer \(n\) is …

  9. 3.1: Modulo Operation - Mathematics LibreTexts

  10. Modulus - (Intro to Abstract Math) - Vocab, Definition ... - Fiveable