funció COTIM
Retorna la cotangent d'un nombre complex.La cotangent d'un nombre complex es pot expressar:
COSIM("NombreComplex")
Nombre_complex és un nombre complex del qual s'ha de calcular la cotangent.


=IMCOT("4-3i")
returns 0.00490118239430447+0.999266927805902i.
=IMCOT(2)
returns -0.457657554360286 as a string. The imaginary part is equal to zero, so it is not displayed in the result.