NEST HelpDesk | Command Index | NEST Quick Reference |
modf - Decomposes its argument into fractional and integral partSynopsis:
double modf -> double doubleExamples:
2.5 modf -> 0.5 2Description:
References:
This is an interface to the C++ function
double std::modf(double, double*)
Stroustrup 3rd ed p 661Author:
DiesmannFirstVersion:
17.5.2005SeeAlso: Source:
/opt/conda/conda-bld/nest_1512397208563/work/nest-2.14.0/sli/slimath.cc
NEST HelpDesk | Command Index | NEST Quick Reference |
© 2004 The NEST Initiative