Use this simple modulo calculator to calculate the modulo of two numbers.
Given two positive numbers, a (the dividend) and b (the divisor), a % b is the remainder of the division of a by b.
Examples:
5 % 2 = 1
6 % 4 = 2
21 % 7 = 0
Use this simple modulo calculator to calculate the modulo of two numbers.