You are here : python_3mathmathldexp

math.ldexp() - math

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


Syntax

math.ldexp(x, i)


Example


Output / Return Value


Limitations


Alternatives / See Also


Reference