cotangent
[t] = cotg(x)
real or complex vectors/matrices.
The elements of t are the cotangents of the corresponding entries of x: t=cos(x)./sin(x).
t
x
t=cos(x)./sin(x)
x=[1,%i]; cotg(x)-cos(x)./sin(x)