cos()


Returns the cosine of an angle

cos(x)
x Angle (in radians)

Example:

x: Number = -1
y = 30 * cos(x) + 300
                                                                                                                
marker = circle(x, y, 200)
marker.draw(1, 1000)