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.