Computes a real number from the mantissa and exponent.
#include <math.h> double ldexp (double x, int exp);
x
exp
x * 2exp.
x) on overflow, and the function sets errno to ERANGE.
| Versions | Defined in | Include | Link to |
|---|---|---|---|
| INtime 3.0 | intime/rt/include/math.h | math.h | clib.lib |