abs, | | - calculates the absolute value

abs( X )
| X |


abs, | | calculates the absolute value of X.
If X is a matrix then abs is applied on every element of the matrix.
X must be a Complex or Matrix variable type.


abs( -3.4 )   equals to 3.4
| 3 + 4i |   equals to 5


See also
arg