WorksheetFunction.Cot(Double) Method

Definition

Returns the cotangent of an angle.

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

Parameters

Arg1
Double

The angle in radians for which you want the cotangent.

Returns

DOUBLE

Applies to