cupy.modf#

cupy.modf(x, [out1, out2, ]/, [out=(None, None), ]\*, casting='same_kind', dtype=None)#

Extracts the fractional and integral parts of an array elementwise.

This ufunc returns two arrays.

See also

numpy.modf