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