ATan()

Syntax

Result.f(.d) = ATan(Value.f(.d))
Description
Returns the arc-tangent of the specified value.

Parameters

Value.f or Value.d The input value. Its range is not limited.

Return value

Returns the resulting angle in radian. It can be transformed into degrees using the Degree() function.

Remarks

This is the inverse function of Tan(). This function handles and returns float or double values.

Example

  Debug ATan(1) ; will display '0.785398...' (pi/4)

See Also

Tan(), ATanH(), Degree()

Supported OS

All

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