| Name: | COS | Syntax: | (COS(angle)) |
|---|---|---|---|
| Family: | Function | Category: | Trigonometric |
| Description: | Cosine | ||
COS returns the trigonometric cosine of angle. The result is between -1 and 1. In the following example, the value of vcos is 0.5002.
SET VAR vcos = (COS(1.047))