NEST HelpDesk | Command Index | NEST Quick Reference |
abs_i - absolute value of integerExamples:
Synopsis: integer abs -> integer
-3 abs_i -> 3Description:
Remarks:
implemented by C/C++
long labs(long) and
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 661Author:
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