Modulo Calculator

Calculator for calculating the modulo


This function calculates the modulo of two integers.

When dividing integer numbers, it can happen that the division does not work out, leaving a remainder that can not be divided. This remainder is called modulo (from Latin modulus).

To calculate, enter the integer numbers, then click on the 'Calculate' button.


Modulo calculator

 Input
Dividend
÷
Divisor
  Result
Quotient
Modulo

Description

The modulo operation (often referred to as "mod") calculates the remainder of a division of two numbers.

Formula:

\(a \ mod \ b=r\)

Where:

  • a is the dividend (the number being divided).
  • b is the divisor (the number being divided by).
  • r is the remainder of the division.

Example

\( 7 : 3 = 2 \ Modulo \ 1\)

or

\(7 \ mod \ 3 = 1\)

Explanation:

7 divided by 3 gives 2 with a remainder of 1.

So 7 mod 3 = 1.

Is this page helpful?            
Thank you for your feedback!

Sorry about that

How can we improve it?