An NDoc Documented Class Library

ErrorFunction.InverseErf Method 

Returns the inverse error function erf-1(x).

public static double InverseErf(
   double y
);

Parameters

y
The value.

Return Value

the value x, such that erf(x) == y

Remarks

See Also

ErrorFunction Class | numerics4net.special Namespace