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