WorksheetFunction.Coth(Double) Method

Definition

Returns the hyperbolic cotangent of a number.

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

Parameters

Arg1
Double

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

Returns

DOUBLE

Applies to