NEST HelpDesk | Command Index | NEST Quick Reference |
abs_d - absolute value of doubleExamples:
Synopsis: double abs -> double
-3.456 abs_d -> 3.456Description:
Remarks:
implemented by C/C++
double fabs(double)
If you are not sure, if the value is of type double or integer, useReferences:
abs. If e.g. abs_d gets an integer as argument, NEST will exit throwing an
assertion.
Stroustrup 3rd ed p 660Author:
DiesmannFirstVersion:
27.4.1999SeeAlso: Source:
/builddir/build/BUILD/nest-simulator-2.16.0/nest-simulator-2.16.0/sli/slimath.cc
NEST HelpDesk | Command Index | NEST Quick Reference |
© 2004 The NEST Initiative