fxmod

[procedure] fxmod fixnum1 fixnum2

R6RS, Chicken: modulo for two fixnums.

In R6RS, this returns a real num in the range of [0, fixnum2). See fxmod0?, fxdiv?, div.

See fixnum? for other fixnum operations.