M

Mod Calc

Modular Arithmetic Calculator

← CipherConvertAbout
mod
FREE (no auto-mod)
0
Keyboard supported · Enter = · Esc = clear · Backspace = ⌫
a + b
Addition
a − b
Subtraction
a × b
Multiplication
a ÷ b
Integer division (floor)
a ^ b
Exponentiation
a mod b
Remainder — always plain division remainder, unaffected by T
inv(a)
Modular inverse — needs T set first
gcd(a, b)
Greatest common divisor — e.g. gcd(24,36)=12. Use the , button between arguments