Tan()

Syntax

Result.f(.d) = Tan(Angle.f(.d))
Description
Returns the tangent of the specified angle.

Parameters

Angle.f or Angle.d 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 handles and returns float or double values.

Example

  Debug Tan(0.785398) ; will be approximately '1.0'

See Also

ATan(), ATan2(), TanH(), Radian()

Supported OS

All

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