WorksheetFunction.ImCosh (Excel)

Renvoie le cosinus hyperbolique d’un nombre complexe.

ImCosh (Arg1)

Arg1: Nombre complexe pour lequel vous souhaitez obtenir le cosinus hyperbolique.


Dim strArg1 As String: strArg1 = 
Dim strImCosh As String
strImCosh = WorksheetFunction.ImCosh(Arg1:=strArg1)