Click or drag to resize

TrigAcot(Double) Method

Trigonometric principal Arc Cotangent in radian

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

Parameters

adjacent  Double
The adjacent for a unit opposite (i.e. adjacent / opposite).

Return Value

Double
The angle in radian.
See Also