WorksheetFunction.ImCsc (Excel)

Renvoie la cosécante d’un nombre complexe.

ImCsc (Arg1)

Arg1: Nombre complexe pour lequel vous souhaitez obtenir la cosécante.


Dim strArg1 As String: strArg1 = 
Dim strImCsc As String
strImCsc = WorksheetFunction.ImCsc(Arg1:=strArg1)