cupy.modf#

cupy.modf = <ufunc 'cupy_modf'>#

Extracts the fractional and integral parts of an array elementwise.

This ufunc returns two arrays.

See also

numpy.modf