Tan()
Syntax
Result.f = Tan(Angle.f)Description
Returns the tangent of the specified angle.
Parameters
Angle.f The input angle in radian. The Radian() function can be used to transform an angle from degrees to radian.
Return value
Returns the tangent of the specified angle.
Remarks
The inverse function of Tan() is ATan(). This function can handle float and double values.
Example
Debug Tan(0.785398) ; will display '1'
See Also
ATan(), ATan2(), TanH(), Radian()
Supported OS
All