coth — hyperbolic cotangent
[t]=coth(x)
the elements of vector t are the hyperbolic cotangent of elements of the vector x.
x=[1,2*%i] t=exp(x); (t-ones(x)./t).\(t+ones(x)./t) coth(x)