Returns the arccosine of a valueThe value returned is between 0 and π
Example:
x: Number = 1 y = 30 * acos(x) + 300 marker = circle(x, y, 200) marker.draw(1, 1000)