Complement of error function erfc(x)
double erfc( double x )
Returns the value of the complement of error function erfc(x)
EX1
void erfc_ex1() { double y,x=1.2; y=erfc(x); out_double("Result:", y);// Result:0.08969 }
erf, inverf, erfcinv
origin.h