Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
NumPy Reference
»
Routines
»
Mathematical functions
»
numpy.frexp
¶
numpy.
frexp
(
x
[
,
out1
,
out2
]
)
¶
Split the number, x, into a normalized fraction (y1) and exponent (y2)
Previous topic
numpy.copysign
Next topic
numpy.ldexp
This Page
Show Source
Edit page
Quick search
Enter search terms or a module, class or function name.
Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
NumPy Reference
»
Routines
»
Mathematical functions
»