Click or drag to resize

StableDistributionBaseTanXPiBy2 Method

Calculates the tangens of x times Pi/2 with increased accuracy.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected static double TanXPiBy2(
	double x
)

Parameters

x  Double
Argument x.

Return Value

Double
Tan(x*Pi/2) with high accuracy.
See Also