Special.InverseErfc Method

Evaluates the inverse of the complementary error function.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static double InverseErfc(
	double x
)

Parameters

x  Double
The argument for which to evaluate the function.

Return Value

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

See Also