modf
d2 = modf(d1, &ip);
double modf(double, double *); /* fundamentally !__pure2 */
CHECK_FPEQUAL(out, modf(in, &ipart));