ExpModL 函数

完全限定的名称:Std.Math.ExpModL

function ExpModL(expBase : BigInt, power : BigInt, modulus : BigInt) : BigInt

总结

返回相对于给定模数的给定幂引发的整数。 即(expBase^power)% 模数。