element wise hyperbolic cotangent inverse.
y = acoth(x)
a real or complex array.
Computes the element wise hyperbolic cotangent inverse of the argument.
x=-30:0.1:30; x(abs(x)<=1)=%nan; plot(x,acoth(x))
this function is based on the atanh function.
atanh