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

Go to the source code of this file.
Functions | |
| double | modf (double value, double *iptr) |
|
||||||||||||
|
Definition at line 15 of file modf.c. References exp, F64_EXP_BIAS, F64_GET_EXP, F64_GET_MANT_HIGH, F64_GET_MANT_LOW, F64_SET_MANT_HIGH, F64_SET_MANT_LOW, and tmp. Referenced by ceil(), floor(), fmod(), Mathfun(), pow(), sinus(), and tan(). |
1.4.6