Programmer Guide/Command Reference/EVAL/abs: Difference between revisions
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:abs (alias: det)}} | {{DISPLAYTITLE:abs (alias: det)}} | ||
Compute the absolute value of the argument <var>x</var>. | Compute the absolute value of the argument <var>x</var>. | ||
;Usage: '''<code>abs(<var>x</var>)</code>''' | ;Usage: '''<code>abs(<var>x</var>)</code>''' | ||
;Result: The result of this function is always a scalar, which is ... | ;Result: The result of this function is always a scalar, which is ... | ||
::* the absolute value of the number <var>x</var> | ::* the absolute value of the number <var>x</var> | ||
Line 10: | Line 7: | ||
::* the determinant of the square matrix <var>x</var> | ::* the determinant of the square matrix <var>x</var> | ||
:Instead of this function, also the special ''bracket'' syntax '''|''x''|''' can be used. | :Instead of this function, also the special ''bracket'' syntax '''|''x''|''' can be used. | ||
;See also: [[Programmer_Guide/Command_Reference/EVAL/absv|absv]], [[Programmer_Guide/Command_Reference/EVAL/qdet|qdet]] | ;See also: [[Programmer_Guide/Command_Reference/EVAL/absv|absv]], [[Programmer_Guide/Command_Reference/EVAL/qdet|qdet]] | ||
[[Programmer_Guide/Command_Reference/EVAL#Functions|<function list>]] | [[Programmer_Guide/Command_Reference/EVAL#Functions|<function list>]] |
Revision as of 07:36, 13 April 2011
Compute the absolute value of the argument x.