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.ModulusI
function ModulusI(value : Int, modulus : Int) : Int
Summary
Computes the canonical residue of value
modulo modulus
.
The result is always in the range 0..modulus-1 even for negative numbers.