Atom - æi
- Modular Inverse
Tags: arithmetic , math , number , vectorize
Arity: dyadic
This atom is dyadic, which means it takes two arguments.
Functionality
Modular inverse of x
with modulus y
(a
such that xa ≡ 1 (mod y)
, or 0
if no such a
exists).