Arithmetic Tools
Remainder Calculator
Find mathematical remainder and modulo operations instantly with our dynamic circle segment splits.
Enter Modulo Values
Modulo Mod
2
Integer Quotient
3 full splits
Standard Formula Notation
14 mod 4 = 2
Understanding Modulo
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):
$$a \pmod n = r$$
Where $a$ is the dividend, $n$ is the divisor (modulus), and $r$ is the positive remainder ($0 \le r < n$).