Programmer Guide/Command Reference/EVAL/tan: Difference between revisions
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:{{SUBPAGENAME}}}} | {{DISPLAYTITLE:{{SUBPAGENAME}}}} | ||
Compute the tangent of the argument. | Compute the tangent of the argument. | ||
;Usage: <code>tan(<var>x</var>)</code> | |||
;Usage: | |||
;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: [[../atan|atan]], [[../sin|sin]], [[../cos|cos]] | ||
[[ | [[../#Functions|<function list>]] |