Click or drag to resize

ComplexErrorFunctionRelatedErfcx Method

The underflow-compensating function erfcx(x) = exp(x^2)*erfc(x) for real arguments.

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

Parameters

x  Double
The real argument x.

Return Value

Double
Value of the underflow-compensating function erfcx(z) = exp(x^2)*erfc(x).
See Also