Click or drag to resize

StableDistributionBasePowerOfOnePlusXSquared Method

Calculates (1+x²)^pow with increased accuracy, for both small and big values of |x|.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double PowerOfOnePlusXSquared(
	double x,
	double pow
)

Parameters

x  Double
Argument x.
pow  Double
Power.

Return Value

Double
The value (1+x²)^pow with increased accuary.
See Also