Home
/
Python 3.11
/
Math
/
ldexp
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Math
ldexp
Python 3.11
Return x * (2**i). This is essentially the inverse of function frexp().
Syntax
PYTHON
Copy
math.ldexp(x, i)
See Also
frexp()