dpnp.mod

dpnp.mod(*args, **kwargs)[source]

Compute element-wise remainder of division.

For full documentation refer to numpy.mod.

See also

dpnp.fmod

Calculate the element-wise remainder of division

dpnp.reminder

Remainder complementary to floor_divide.

dpnp.divide

Standard division.

Notes

This function works the same as dpnp.remainder.