StableDistributionBaseTanXPiBy2 Method |
Calculates the tangens 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 protected static double TanXPiBy2(
double x
)
Parameters
- x Double
- Argument x.
Return Value
DoubleTan(x*Pi/2) with high accuracy.
See Also