WorksheetFunction.Tanh (Excel)
Gibt den hyperbolischen Tangens einer Zahl zurück.
Die Formel für die hyperbolische Tangente lautet
Tanh (Arg1)
Arg1: Zahl – eine beliebige reelle Zahl
Dim dblArg1 As Double: dblArg1 =
Dim dblTanh As Double
dblTanh = WorksheetFunction.Tanh(Arg1:=dblArg1)