InverseModL function
Fully qualified name: Std.Math.InverseModL
function InverseModL(a : BigInt, modulus : BigInt) : BigInt
Summary
Returns the multiplicative inverse of a modular integer.
Description
This will calculate the multiplicative inverse of a
modular integer b
such that a • b = 1 (mod modulus)
.