AdvancedMathInverseErf Method
            Computes the inverse error function.
            
Namespace: Meta.Numerics.FunctionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public static double InverseErf(
	double y
)
Public Shared Function InverseErf ( 
	y As Double
) As Double
public:
static double InverseErf(
	double y
)
static member InverseErf : 
        y : float -> float 
- y  Double
- The error function value erf(x), which must lie between -1 and 1.
DoubleThe corresponding argument x.