cupy.remainder#

cupy.remainder()#

mod(x1, x2, /, out=None, *, casting=’same_kind’, dtype=None)

Computes the remainder of Python division elementwise.

See also

numpy.remainder