ATan()
Syntax
Result.f = ATan(Value.f)Description
Returns the arc-tangent of the specified value.
Parameters
Value.f 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 can handle float and double values.
Example
Debug ATan(1) ; will display '0.785398' (pi/4)
See Also
Tan(), ATanH(), Degree()
Supported OS
All