This repository was archived by the owner on Jan 12, 2024. It is now read-only.
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
Implement DivRemL #525
Open
Description
After BigInt is implemented, implement
function DivRemL(dividend : BigInt, divisor : BigInt) : (BigInt, BigInt)
divreml__body
See related #501