WorksheetFunction.Sech (Excel)
Gibt die hyperbolische Abkantung eines Winkels zurück.
Sech (Arg1)
Arg1: Winkel in Bogenmaß, für den Sie die hyperbolische Endkante wünschen.
Dim dblArg1 As Double: dblArg1 =
Dim dblSech As Double
dblSech = WorksheetFunction.Sech(Arg1:=dblArg1)