modulo[procedure] modulo 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 mod or mod0 instead.
See also quotient, remainder.
|