Vocabularymath.
functionsInputsOutputsWord descriptionOutputs an integer
y such that
x*y = 1 (mod n).
ErrorsThrows an error if
n is not invertible modulo
n.
ExamplesUSING: math.functions prettyprint ;
173 1119 mod-inv .
815
USING: math prettyprint ;
173 815 * 1119 mod .
1
Definition