Finds the tangent of an angle, expressed in degrees.
Tangent = Tan(expression)
The Tan function has the following parameter.
Parameter | Description | |
---|---|---|
Expression | Must be numeric and express degrees. |
* T is set to the tangent of the value of degrees. T = Tan(degrees) ** **