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