WorksheetFunction.Acoth(Double) Method

Definition

Returns the inverse hyperbolic cotangent of a number.

public:
 double Acoth(double Arg1);
public double Acoth (double Arg1);
Public Function Acoth (Arg1 As Double) As Double

Parameters

Arg1
Double

The hyperbolic cotangent of the angle that you want.

Returns

Applies to