ComplexErrorFunctionRelatedErfcx Method |
The underflow-compensating function erfcx(x) = exp(x^2)*erfc(x) for real arguments.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double Erfcx(
double x
)
Parameters
- x Double
- The real argument x.
Return Value
DoubleValue of the underflow-compensating function erfcx(z) = exp(x^2)*erfc(x).
See Also