Command: FractionalPart

NEST HelpDesk Command Index NEST Quick Reference

Name:
 FractionalPart - Return fractional part of the argument.
Synopsis:
 double FractionalPart -> fractionalpartpart
Description:
     In effect sets all digits to the left of the decimal point to
     zero. The sign is preserved. The output value is of type double.
Parameters:
     The input value must be of type double,
     the output value is of type double.
Examples:
     -2.3 FractionalPart -> -0.3
SeeAlso:IntegerPart
Source:
 /home/abuild/rpmbuild/BUILD/nest-2.4.1/lib/sli/mathematica.sli

NEST HelpDesk Command Index NEST Quick Reference

© 2000-2010 The NEST Initiative