WorksheetFunction.Acot(Double) Method

Definition

Returns the arccotangent of a number, in radians in the range 0 to Pi.

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

Parameters

Arg1
Double

The cotangent of the angle you want.

Returns

Applies to