Programmer Guide/Command Reference/EVAL/absv: Difference between revisions
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
;See also: [[Programmer_Guide/Command_Reference/EVAL/abs|abs]] | ;See also: [[Programmer_Guide/Command_Reference/EVAL/abs|abs]] | ||
[[Programmer_Guide/Command_Reference/EVAL#Functions|<function list>]] |
Revision as of 09:43, 4 April 2011
Compute the absolute value of every element of the argument x.
- Usage
absv(x)
- Result
- The result y of this function has always the same type as the argument x. Each element yi,j of the result, is set to the absolute value of the element xi,j of the argument.
- See also
- abs