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