function ErfInv(y: Double): Double;
Inverse error function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | y | Double | scalar |
Returns: Double - the Inverse error function.
Remarks:
Returns the inverse error function Erf for given y. The inverse error function satisfies the equation x=Erf(y).
See Also: Math387.Erf, Math387.ErfInv