WorksheetFunction.ImSech (Excel)
Renvoie la sécante hyperbolique d’un nombre complexe.
ImSech (Arg1)
Arg1: Nombre complexe pour lequel vous souhaitez obtenir la sécante hyperbolique.
Dim strArg1 As String: strArg1 =
Dim strImSech As String
strImSech = WorksheetFunction.ImSech(Arg1:=strArg1)