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.DivRemL
function DivRemL(dividend : BigInt, divisor : BigInt) : (BigInt, BigInt)
Summary
Divides one BigInteger value by another, returns the result and the remainder as a tuple.