Wiki > TV3D65 Index > TVMathLibrary
Calculates the ATan of a given value. The ATan function is also referred to as ArcTan, Arc Tangent or the Inverse Tangent.
| VB.NET | ATan(fX As Single) As Single | |
|---|---|---|
| C++ | float ATan(float fX ) | |
| NAME | OPTIONAL | DESCRIPTION |
|---|---|---|
| fX | No | Value of which the ATan should be calculated |
| Single | ATan value (in radians or degrees) of fx |
|---|
| Example | Basic example. |
|---|