Programmer Guide/Command Reference/EVAL/acos: Difference between revisions

From STX Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 2: Line 2:
Compute the inverse cosine of the argument.
Compute the inverse cosine of the argument.


;Usage: '''<code>acos(<var>x</var>)</code>'''
;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: [[../cos|cos]], [[../atan|atan]], [[../asin|asin]]


[[Programmer_Guide/Command_Reference/EVAL#Functions|<function list>]]
[[../#Functions|<function list>]]

Latest revision as of 10:10, 21 April 2011

Compute the inverse cosine of the argument.

Usage
acos(x)
Result
The result of this function has always the same type as the argument x. The function is applied to each element of x.
See also
cos, atan, asin

<function list>

Navigation menu

Personal tools