Math387::ErfInv Function

double ErfInv(double y);

Inverse error function.

#NameTypeDescription
1ydouble

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