WorksheetFunction.ImCot (Excel)

Renvoie la cotangente d’un nombre complexe.

ImCot (Arg1)

Arg1: Nombre complexe pour lequel vous souhaitez obtenir la cotangente.


Dim strArg1 As String: strArg1 = 
Dim strImCot As String
strImCot = WorksheetFunction.ImCot(Arg1:=strArg1)