NAME
ldexp - add an integer to the exponent of a float
SYNOPSIS
float ldexp(float x, int n)
DESCRIPTION
Return the value x * 2 ** n.
ERRORS
An error will occur if the result is out of range.
ldexp - add an integer to the exponent of a float
float ldexp(float x, int n)
Return the value x * 2 ** n.
An error will occur if the result is out of range.