cupy.fmod#

cupy.fmod(x1, x2, /, out=None, \*, casting='same_kind', dtype=None)#

Computes the remainder of C division elementwise.

See also

numpy.fmod