Programmer Guide/Command Reference/EVAL/sin: Difference between revisions
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
m (1 revision: Initial import) |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:{{SUBPAGENAME}}}} | {{DISPLAYTITLE:{{SUBPAGENAME}}}} | ||
Compute the sine of the argument. | |||
;Usage: <code>sin(<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>. | |||
;See also: [[../asin|asin]], [[../cos|cos]], [[../tan|tan]] | |||
[[../#Functions|<function list>]] | |||