mod

mod is a built-in function in `C source code'.

(mod X Y)

Return X modulo Y.
The result falls between zero (inclusive) and Y (exclusive).
Both X and Y must be numbers or markers.