Evaluates the scaled complementary error function.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static Complex<double> Erfcx(
Complex<double> z
)
Public Shared Function Erfcx (
z As Complex(Of Double)
) As Complex(Of Double)
public:
static Complex<double> Erfcx(
Complex<double> z
)
static member Erfcx :
z : Complex<float> -> Complex<float>
Parameters
- z
- Type: Extreme.MathematicsComplexDouble
The argument for which to evaluate
the function.
Return Value
Type:
ComplexDoubleThe value of the scaled complementary error function
for the specified argument.
The scaled complementary error function
is the complemetary error function
Erfc(ComplexDouble)
scaled by a factor
ez2.
Reference