Function ArcTan returns the arc tangent (in radians) of the specified value.
FUNCTION ArcTan(v : REAL): REAL;def vs.ArcTan(v):
return REAL| Name | Type | Description |
|---|---|---|
| v | REAL | Numeric value for which to find the tangent. |
Availability: from All Versions
- Math - General