Programmer Guide/Command Reference/EVAL/cos: Difference between revisions
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
m (1 revision: Initial import) |
No edit summary |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:{{SUBPAGENAME}}}} | {{DISPLAYTITLE:{{SUBPAGENAME}}}} | ||
Compute the cosine of the argument. | |||
;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>. | |||
[[Programmer_Guide/Command_Reference/EVAL#Functions|<function list>]] |
Revision as of 09:48, 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.