
Math
Modulo Calculator
Modulo Calculator
mod
Results =
This Modulo Calculator helps get the remainder when a number x is divided by number y. All you need to do is input the numbers for x and y to find the remainder.
How to calculate Modulus?
Formula: mod = x % y
Example 1: Find the modulo of 10 and 5
mod = 10 % 5 = 0
Example 2: Find the modulo of 48 and 7
mod = 48 % 7 = 6
Example 3: Find the modulo of 4 and 8
mod = 4 % 8 = 4
