Click or drag to resize

AdvancedMathInverseErfc Method

Computes the inverse complementary error function.

Namespace:  Meta.Numerics.Functions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static double InverseErfc(
	double y
)

Parameters

y
Type: SystemDouble
The value of erfc(x), which must lie between 0 and 1.

Return Value

Type: Double
The corresponding argument x.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptiony lies outside [0,1].
See Also