Click or drag to resize

TrigCot(Double) Method

Trigonometric Cotangent of an angle in radian, or adjacent / opposite. Reciprocal of the tangent.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double Cot(
	double radian
)

Parameters

radian  Double
The angle in radian.

Return Value

Double
The cotangent of an angle in radian.
See Also