absv
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
Compute the absolute value of every element of the argument x.
- Usage
absv(x)
- Result
- The result r of this function has always the same type as the argument x. Each element ri,j of the result, is set to the absolute value of the element xi,j of the argument.
- See also
- abs