atan()


Returns the arctangent of a value
The value returned is between -π/2 and π/2

atan(x)
x Value

Example:

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