Tan()

Syntax

Result.f = Tan(Angle.f)
Description
Returns the Tangent of the specified angle. Angle.f must be in radian.

Example
  Result.f = Tan(0.785398) ; Will return '1'

Supported OS

Windows, Linux, MacOS X

<- Sqr() - Math Index