Format: A % B
Arguments: (real) x Any number
(real) y Any number other than zero
Returns: (real) The remainder (modulo) of x/y
Examples: 5%3 = 2
5.123%3 = 2.123
106%10 = 6
5%8 = 5
See Also: Divide