Returns the cotangent of a double.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public static double Cot(
	double x
)
Visual Basic (Declaration)
Public Shared Function Cot ( _
	x As Double _
) As Double
Visual C++
public:
static double Cot(
	double x
)

Parameters

x
Type: System..::.Double
A double value

Return Value

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

See Also