Skip to main content

TAN

Returns the tangent of the given angle.

CategoryTrig
SyntaxTAN(number)

Parameters

ParameterRequiredDescription
numberRequiredThe angle in radians for which you want the tangent.

Example

TAN(PI()/4)      // → 1
TAN(45 deg) // → 1

Auto-generated from the EngCanvas function registry.