StableDistributionBaseCosXPiBy2 Method |
Calculates the cosine of x times Pi/2 with increased accuracy.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double CosXPiBy2(
double x
)
Parameters
- x Double
- Argument x.
Return Value
DoubleCos(x*Pi/2) with high accuracy.
See Also