acos()


Returns the arccosine of a value
The value returned is between 0 and π

acos(x)
x Value

Example:

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