![]() |
|
| << Previous | Next >> | |
| | |
float ldexp( float x, int n );
Description
- Computes
x*( 2n).Parameters
- x
- The value between 0.5 inclusive, and 1.0
- n
- An integer
Return value
- The result of
x*(2n).Library
- MATH.LIB
See also
- frexp, exp
| Dynamic C Functions | << Previous | Next >> | rabbit.com |