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
/builddir/build/BUILD/nest-simulator-3.3/nest-simulator-3.3/sli/slimath.cc