rem
Divides this array by another array and takes the remainder. Both arrays must have the same shape.
Since
1.1.1
Parameters
other
the other array, must have the same shape as this array
Divides each element with a scalar and takes the remainder.
Since
1.1.1
Parameters
other
the scalar