Tan()
Syntax
Result.f = Tan(Angle.f)
Returns the tangent of the specified angle. 'Angle' has to be in radians. Example: Debug Tan(0.785398) ; will display '1' The inverse function of Tan() is ATan().
Example:
Debug Tan(0.785398) ; will display '1'
Supported OS
All