Programmer Guide/Command Reference/EVAL/acos: Difference between revisions
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
Compute the inverse cosine of the argument. | Compute the inverse cosine of the argument. | ||
;Usage: | ;Usage: <code>acos(<var>x</var>)</code> | ||
;Result: The result of this function has always the same type as the argument <var>x</var>. The function is applied to each element of <var>x</var>. | ;Result: The result of this function has always the same type as the argument <var>x</var>. The function is applied to each element of <var>x</var>. | ||
;See also: [[ | ;See also: [[../cos|cos]], [[../tan|tan]], [[../asin|asin]] | ||
[[ | [[../#Functions|<function list>]] |