ATan()

Syntax

Result.f = ATan(Value.f)
Description
Returns the arc-tangent of the specified value. Value.f can be any value, the result will be in radians.

Example:

  Debug ATan(1) ; will display '0.785398' (pi/4)
This is the inverse function of Tan().

Supported OS

All

<- ASinH() - Math Index - ATan2() ->