About 4,730,000 results
Open links in new tab
  1. Understanding The Modulus Operator - Stack Overflow

    Jul 8, 2013 · "The Modulus is the remainder of the euclidean division": According to the Wikipedia article you've referenced, the modulus is the divisor in the modulo operation, not the …

  2. terminology - What is the difference between Modulus, Absolute …

    Modulus is a term used for absolute value in complex analysis, and also a term used for the thing-being-divided-by in remainder arithmetic (actually called modular arithmetic).

  3. How Does Modulus Divison Work - Stack Overflow

    The modulus operator takes a division statement and returns whatever is left over from that calculation, the "remaining" data, so to speak, such as 13 / 5 = 2. Which means, there is 3 left …

  4. What is the modulus of a number? - Mathematics Stack Exchange

    For complex numbers, the notion between "modulus" and "size" goes through the notion that the modulus is a norm, and norms and sizes are intuitively linked. For the split-complex numbers, …

  5. modulo - How to use mod operator in bash? - Stack Overflow

    Even I googled "bash modulus" looking for that answer, and landed here. So, now that I've figured it out, let's just jump straight to it: How to use the modulus (%) operator in bash Basic …

  6. Inequality with modulus - Mathematics Stack Exchange

    In these intervals, the interior of the modulus has the same sign so you can get rid of then, multiplying what is inside by $-1$ if the interior is negative in the interval, and leaving them as …

  7. What is the result of % (modulo operator / percent sign) in Python?

    The modulus is a mathematical operation, sometimes described as "clock arithmetic." I find that describing it as simply a remainder is misleading and confusing because it masks the real …

  8. What exactly is a modulus of continuity? - Mathematics Stack …

    Ittay Weiss explained very well what Courant means, but the notion of modulus of continuity is frequently used in other, nearly inverse sense. It is a function that permits to estimate the …

  9. Why is operator% referred to as the "modulus" operator instead of …

    Neither language calls it the modulus operator. This also explains why the remainder is negative: because the / operator truncates towards 0, and (a / b) * b + (a % b) should equal a.

  10. maximum modulus principle - Mathematics Stack Exchange

    uhmm -- the maximum modulus principle? Your circles simply cannot constructed the way you are proposing it.