Scipy.org
Docs
NumPy v1.8 Manual
NumPy Reference
Routines
Mathematical functions
index
next
previous
numpy.frexp
¶
numpy.
frexp
(
x
[
,
out1
,
out2
]
)
= <ufunc 'frexp'>
¶
Split the number, x, into a normalized fraction (y1) and exponent (y2)
Previous topic
numpy.copysign
Next topic
numpy.ldexp