Error function (or normal error integral).
double erf( double x )
Returns the value of the error function, erf x
EX1
void erf_ex1() { double dy,dx=1; dy=erf(dx); // results in dy==0.8427008 }
inverf
origin.h