ID EN
Math

ldexp

Python 3.11

Return x * (2**i). This is essentially the inverse of function frexp().

Syntax

PYTHON
math.ldexp(x, i)

See Also

frexp()