Return the absolute value (also known as the norm, modulus, or magnitude) of the specified complex argument.
- Template Parameters
-
T | type of argument (must be complex) |
- Parameters
-
- Returns
- absolute value of argument (a real number)
Definition at line 38 of file abs.hpp.