Quad.Inverse Erfc Method
            
            
            Evaluates the inverse of the complementary error function.
            
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
The value of the error function for the specified argument.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public static Quad InverseErfc(
	Quad value
)Parameters
- value Quad
 - The argument for which to evaluate the function.
 
Return Value
QuadThe value of the error function for the specified argument.