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 radian.

Example
  Result.f = ATan(1) ; Will return '0.785398' (pi/4)

Supported OS

Windows, Linux, MacOS X

<- ASin() - Math Index - Abs() ->