WorksheetFunction.Acoth (Excel)

Returns the inverse hyperbolic cotangent of a number.

Acoth (Arg1)

Arg1: The hyperbolic cotangent of the angle that you want.


Dim dblArg1 As Double: dblArg1 = 
Dim dblAcoth As Double
dblAcoth = WorksheetFunction.Acoth(Arg1:=dblArg1)