Math387.ErfInv Method

function ErfInv(y: Double): Double;

Inverse error function.

#NameTypeDescription
1yDoublescalar

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