dpnp.mod
- dpnp.mod(*args, **kwargs)[source]
Compute element-wise remainder of division.
For full documentation refer to
numpy.mod.See also
dpnp.fmodCalculate the element-wise remainder of division
dpnp.reminderRemainder complementary to floor_divide.
dpnp.divideStandard division.
Notes
This function works the same as
dpnp.remainder.