Special.Erfcx Method
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Overload List
Erfcx( | Evaluates the scaled complementary error function. |
Erfcx( | Evaluates the scaled complementary error function. |
Erfcx(Complex<Double>)
Evaluates the scaled complementary error function.
public static Complex<double> Erfcx(
Complex<double> z
)
Parameters
Return Value
Complex<Double>The value of the scaled complementary error function for the specified argument.
Remarks
The scaled complementary error function
is the complemetary error function Erfc(Complex<Double>)
scaled by a factor
ez2.
Erfcx(Double)
Evaluates the scaled complementary error function.
public static double Erfcx(
double x
)
Parameters
- x Double
- The argument for which to evaluate the function.
Return Value
DoubleThe value of the scaled complementary error function for the specified argument.
Remarks
The scaled complementary error function
is the complemetary error function Erfc(Double)
scaled by a factor
ex2.