WorksheetFunction.Coth (Excel)

Returns the hyperbolic cotangent of a number.

Coth (Arg1)

Arg1: The angle in radians for which you want the hyperbolic cotangent.


Dim dblArg1 As Double: dblArg1 = 
Dim dblCoth As Double
dblCoth = WorksheetFunction.Coth(Arg1:=dblArg1)