WorksheetFunction.ImTan (Excel)

Renvoie la tangente d’un nombre complexe.

ImTan (Arg1)

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


Dim strArg1 As String: strArg1 = 
Dim strImTan As String
strImTan = WorksheetFunction.ImTan(Arg1:=strArg1)