Tan()

Syntax

Result.f = Tan(Angle.f)
Description
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().

Supported OS

All

<- Sqr() - Math Index - TanH() ->