IMSL C# Numerical Library

Sfun.Cot Method 

Returns the cotangent of a double.

public static double Cot(
   double x
);

Parameters

x
A double value

Return Value

A double value specifying the cotangent of x. If x is NaN, the result is NaN.

See Also

Sfun Class | Imsl.Math Namespace