expression % expression
Each expression yields an integer, a number, or a complex.
The % operator evaluates to the remainder after division of the given values.
If either given value is a complex, the evaluated value will be a complex. Otherwise, the evaluated value will be a number.
The expression x is equivalent to % yx-y*. trunc(x/y)