Click or drag to resize
SfunCot Method
Returns the cotangent of a double.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static double Cot(
	double x
)

Parameters

x
Type: SystemDouble
A double value

Return Value

Type: Double
A double value specifying the cotangent of x. If x is NaN, the result is NaN.
See Also