Next: , Previous: , Up: C library functions   [Index]


modf

modf Function

#include <math.h>

double dptr;
Float new x;
Float new frac;

x = 2.54;

frac = modf (x, &dptr);