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