cupy.frexp#

cupy.frexp = <ufunc 'cupy_frexp'>#

Decomposes each element to mantissa and two’s exponent.

This ufunc outputs two arrays of the input dtype and the int dtype.

See also

numpy.frexp