Section: Mathematical Functions
y = acot(x)
where x is an n-dimensional array of numerical type.
x
n
acot
--> x1 = -2*pi:pi/30:-0.1; --> x2 = 0.1:pi/30:2*pi; --> plot(x1,acot(x1),x2,acot(x2)); grid('on');