#include <sys/types.h>#include <errno.h>#include <math.h>#include "ieee_float.h"Include dependency graph for ldexp.c:

Go to the source code of this file.
Functions | |
| double | ldexp (double value, int exp) |
|
||||||||||||
|
Definition at line 16 of file ldexp.c. References ERANGE, errno, F64_EXP_MAX, F64_GET_EXP, F64_GET_MANT_HIGH, F64_GET_MANT_LOW, F64_SET_EXP, factor(), and HUGE_VAL. |
1.4.6