Scaled complementary error function, erfcx(x)
double erfcx( double x )
Returns the value of the scaled complementary error function
Ex1
void erfcx_ex1() { double y,x=0.842; y=erfcx(x); out_double("Result:", y);// Result:0.47494 }
erf, erfc
origin.h