cupy.frexp#

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

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