Convert Text to/from Number
Text
↑
↓
Number
Find the Extended Greatest Common Denominator (GCD)
a
b
Compute
GCD
a
-1
mod b
b
-1
mod a
Find the Modular Exponent
Result = a
b
mod n
a
b
n
Compute
Result
Find the Modular Inversion
Result = a
-1
mod n
a
n
Compute
Result
Find the Modular Product
Result = (a × b) mod n
a
b
n
Compute
Result
Find the Modular Sum
Result = (a + b) mod n
a
b
n
Compute
Result
Find the Product
Result = (a × b)
a
b
Compute
Result
Find the R
th
Root
r
a
Compute
a
1/r