Function Cos returns the cosine of the specified value. The base value is assumed to represent an angle in radians.
FUNCTION Cos(v : REAL): REAL;def vs.Cos(v):
return REAL| Name | Type | Description |
|---|---|---|
| v | REAL | The angle for which to find the cosine. |
Availability: from All Versions