divmod
Performs integer (floored) division and returns (quotient, remainder) while
guaranteeing that quotient * divisor + remainder = dividend. Note that using
calc.quo and calc.rem does not give this guarantee.
Performs integer (floored) division and returns (quotient, remainder) while
guaranteeing that quotient * divisor + remainder = dividend. Note that using
calc.quo and calc.rem does not give this guarantee.