Splits a value into fractional and integer parts, retaining the sign.
#include <math.h> double modf (double x, double *intptr);
x
intptr
The signed fractional portion of x
.
No error return.
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 3.0 | intime/rt/include/math.h | math.h | clib.lib |