Skip to main content

ATAN

Returns the arctangent (inverse tangent) of a number, in radians.

CategoryTrig
SyntaxATAN(number)

Parameters

ParameterRequiredDescription
numberRequiredThe tangent value for which you want the arctangent.

Example

ATAN(1)          // → 0.7854… (π/4 rad)

Auto-generated from the EngCanvas function registry.