Returns the cotangent of a double.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public static double Cot(
double x
)
Public Shared Function Cot (
x As Double
) As Double
public:
static double Cot(
double x
)
static member Cot :
x : float -> float
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