quotient&remainder

[procedure] quotient&remainder n1 n2

Gauche: returns (values (quotient n1 n2) (remainder n1 n2)), but calculates more efficiently.

Some other implementations have quotient/remainder.