SIN
(SIN(
angle
))
Returns the trigonometric sine of
angle
.
In the following example, the value of
vsin
is
0.8659
.
SET VAR vsin = (SIN(1.047))