Return the remainder of the division x/y
r = rem(x, y)
a real or integer type array.
a real o integer type array.
Return the remainder of the division x/y, more precisely r = x - y .* fix (x ./ y);
x or y may be scalars or arrays. If both are arrays they must have the same sizes
x and y may have different types, the results type if the type of x.