INtime SDK Help
ldexp

Computes a real number from the mantissa and exponent.

#include <math.h>

double ldexp (double x, int exp);

Parameters

x
Mantissa value.
exp
Integer exponent.

Return Values

Requirements

Versions Defined in Include Link to
INtime 3.0 intime/rt/include/math.h math.h clib.lib

See Also

frexp, modf