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 4: | Line 4: | ||
;Usage: '''<code>absv(<var>x</var>)</code>''' | ;Usage: '''<code>absv(<var>x</var>)</code>''' | ||
;Result: The result <var>y</var> of this function has always the same type as the argument <var>x</var>. Each element <var>y | ;Result: The result <var>y</var> of this function has always the same type as the argument <var>x</var>. Each element <var>y</var><sub>i,j</sub> of the result, is set to the absolute value of the element <var>x</var><sub>i,j</sub> of the argument. | ||
;See also: [[Programmer_Guide/Command_Reference/EVAL/abs|abs]] | ;See also: [[Programmer_Guide/Command_Reference/EVAL/abs|abs]] |
Revision as of 13:36, 1 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