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.