Command: modf

NEST HelpDesk Command Index NEST Quick Reference

Name:
 modf - Decomposes its argument into fractional and integral part
Synopsis:
 double modf -> double double
Description:
 This is an interface to the C++ function 
 double std::modf(double, double*)
Examples:
 2.5 modf -> 0.5 2
Author:
 Diesmann
FirstVersion:
 17.5.2005
References:
 Stroustrup 3rd ed p 661 
SeeAlso:frexp
Source:
 /home/abuild/rpmbuild/BUILD/nest-2.4.1/sli/slimath.cc

NEST HelpDesk Command Index NEST Quick Reference

© 2000-2010 The NEST Initiative