Inverse complement of error function, erfcinv(dy)
double erfcinv( double dy )
Returns the value of the inverse complement of error function erfc(x)
EX1
void erfcinv_ex1() { double y,x=1.2; y=erfcinv(x); out_double("Result:", y);// Result:-0.17914 }
erfc
origin.h