double ErfInv(double y);
Inverse error function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | y | double |
Returns: 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
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler