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

From STX Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 3: Line 3:


;Usage: '''<code>cos(<var>x</var>)</code>'''
;Usage: '''<code>cos(<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: [[Programmer_Guide/Command_Reference/EVAL/acos|acos]], [[Programmer_Guide/Command_Reference/EVAL/sin|sin]], [[Programmer_Guide/Command_Reference/EVAL/tan|tan]]
[[Programmer_Guide/Command_Reference/EVAL#Functions|<function list>]]
[[Programmer_Guide/Command_Reference/EVAL#Functions|<function list>]]

Revision as of 12:00, 4 April 2011

Compute the cosine of the argument.

Usage
cos(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
acos, sin, tan

<function list>

Navigation menu

Personal tools