atan
Inverse tangent in radians
atan(A)
A
x = linspace(-1000,1000); y = atan(x); plot(x,y,'.-'); xlabel('x') ylabel('atan(x)')