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