remainder
- odl.remainder(x1, x2, out=None)
Calculates the remainder of dividing each element
x1_iof the input arrayx1by the respective elementx2_iof the input arrayx2.The result has the same sign as the dividend
x1, and the magnitude is less than the magnitude of the divisorx2. This is often called the “Euclidean modulo” operation.