modf - Decomposes its argument into fractional and integral part
double modf -> double double
2.5 modf -> 0.5 2
This is an interface to the C++ function
double std::modf(double, double*)
Stroustrup 3rd ed p 661
Diesmann
17.5.2005
/usr/src/packages/BUILD/sli/slimath.cc