Return the absolute value of the specified arithmetic argument.
The return type is the same as the argument type.
- Template Parameters
-
T | type of argument (must be arithmetic) |
- Parameters
-
- Returns
- absolute value of argument
Definition at line 25 of file abs.hpp.