StableDistributionBasePowerOfOnePlusXSquared Method |
Calculates (1+x²)^pow with increased accuracy, for both small and big values of |x|.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double PowerOfOnePlusXSquared(
double x,
double pow
)
Parameters
- x Double
- Argument x.
- pow Double
- Power.
Return Value
DoubleThe value (1+x²)^pow with increased accuary.
See Also