MicrOS
|
#include "../math.h"
Functions | |
float | ldexpf (float x, int exp) |
Generate value from significand and exponent. More... | |
float ldexpf | ( | float | x, |
int | exp | ||
) |
Generate value from significand and exponent.
The ldexpf functions multiply a floating-point number by an integral power of 2. A range error may occur.
x | Generate value from significand and exponent |
exp | Value of the exponent. |