Wikidev
CATEGORY
CONTACT
APP
Sign Up
Login
Submit
You are here :
python_3
→
math
→
mathldexp
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