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

From STX Wiki
Jump to navigationJump to search
m (1 revision: Initial import)
No edit summary
Line 1: Line 1:
{{DISPLAYTITLE:{{SUBPAGENAME}}}}
{{DISPLAYTITLE:{{SUBPAGENAME}}}}
=====tan=====
Compute the tangent of the argument.


Tangent
;Usage: '''<code>tan(<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: [[Programmer_Guide/Command_Reference/EVAL/atan|atan]], [[Programmer_Guide/Command_Reference/EVAL/sin|sin]], [[Programmer_Guide/Command_Reference/EVAL/cos|cos]]


=====Usage:=====
[[Programmer_Guide/Command_Reference/EVAL#Functions|<function list>]]
 
<code>tan(<var>x</var>)</code>

Revision as of 12:04, 4 April 2011

Compute the tangent of the argument.

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

<function list>

Navigation menu

Personal tools