The sin Statement
The sin statement lets you calculate the sine value of its input (second) argument (radians) and store the result in its output (first) argument. The syntax of the sin statement is shown below.
sin x, y // store the sine of y in x