Inverf-func
This function computes the inverse error function at x.
double inverf(double x)
x
Returns the value of inverse error function at x.
aa = inverf(0.5); aa = ; //0.47693627620659
erf(x)