ExpModI function
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.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Fully qualified name: Std.Math.ExpModI
function ExpModI(expBase : Int, power : Int, modulus : Int) : Int
Returns an integer raised to a given power, with respect to a given modulus. I.e. (expBase^power) % modulus.