% modulo
BinaryOperator
a % b
Outputs a modulo b. The modulo is the remainder after dividing a by b.
5%3 //should post 2
19.1%6.4 //also works on floats
{ FSinOsc.ar(100, 4) % 1 }.play // results in a sawtooth wave