quotient

[procedure] quotient n1 n2

R5RS

SRFI-94: If n1 is not an exact integer, or if n2 is not an exact non-zero integer, an error is signaled.

In R6RS this procedure is in R5RS compatibility library. You may want to use div or div0 instead.

See also modulo, remainder, quotient/remainder, quotient&remainder.