Special.Erfc Method

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0

Overload List

Erfc(Complex<Double>) Evaluates the complementary error function.
Erfc(Double) Evaluates the complementary error function.

Erfc(Complex<Double>)

Evaluates the complementary error function.
C#
public static Complex<double> Erfc(
	Complex<double> z
)

Parameters

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

Return Value

Complex<Double>
The value of the complementary error function for the specified argument.

Erfc(Double)

Evaluates the complementary error function.
C#
public static double Erfc(
	double x
)

Parameters

x  Double
The argument for which to evaluate the function.

Return Value

Double
The value of the complementary error function for the specified argument.

See Also