Returns the arctangent of a valueThe value returned is between -π/2 and π/2
Example:
x: Number = 1 y = 30 * atan(x) + 300 marker = circle(x, y, 200) marker.draw(1, 1000)