cotangent
[t]=cotg(x)
:x,t real or complex vectors/matrices :
The elements of t are the cotangents of the corresponding entries of x. t=cos(x)./sin(x)
x=[1,%i]; cotg(x)-`cos`_(x)./`sin`_(x)
Enter search terms or a module, class or function name.