Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Fully qualified name: Std.Math.ExpModI
function ExpModI(expBase : Int, power : Int, modulus : Int) : Int
Summary
Returns an integer raised to a given power, with respect to a given modulus. I.e. (expBase^power) % modulus.