COS
(COS(
angle
))
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))