Convert Text to/from Number

Text
Number

Find the Extended Greatest Common Denominator (GCD)

a
b
GCD
a-1 mod b
b-1 mod a

Find the Modular Exponent

Result = ab mod n

a
b
n
Result

Find the Modular Inversion

Result = a-1 mod n

a
n
Result

Find the Modular Product

Result = (a × b) mod n

a
b
n
Result

Find the Modular Sum

Result = (a + b) mod n

a
b
n
Result

Find the Product

Result = (a × b)

a
b
Result

Find the Rth Root

r
a
a1/r