|
|
1 NAME 2 ldexp - add an integer to the exponent of a float 3 4 SYNOPSIS 5 float ldexp(float x, int n) 6 7 8 DESCRIPTION 9 Return the value x * 2 ** n. 10 11 ERRORS 12 An error will occur if the result is out of range. 13 14 SEE ALSO 15 kfun/frexp, kfun/modf