Click or drag to resize

StableDistributionBaseSinXPiBy2 Method

Calculates the sine 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#
public static double SinXPiBy2(
	double x
)

Parameters

x  Double
Argument x.

Return Value

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