Special.Erfcx(Complex<Double>) Method

Evaluates the scaled complementary error function.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static Complex<double> Erfcx(
	Complex<double> z
)

Parameters

z  Complex<Double>
The argument for which to evaluate the function.

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.

See Also