chickadee » numbers » quotient&remainder

quotient&remainder A Bprocedure

Return the quotient and the remainder of A divided by B.

This is especially useful for bignums, since both numbers are derived simultaneously. This saves performing the division algorithm twice.

This name is deprecated in favor of its more "regular" alias from R7RS, truncate/.