Returns the cosine of an angle
Example:
x: Number = -1 y = 30 * cos(x) + 300 marker = circle(x, y, 200) marker.draw(1, 1000)