Tan() Function
- Last UpdatedFeb 21, 2017
- 1 minute read
Returns the tangent of a specified number. For trigonometric functions the number is the angle in degrees.
Syntax
result = Tan (number)
Parameters
number
A literal number, analog tagname, or numeric expression.
Example(s)
Tan(45) returns 1.
Tan(0) returns 0.