| Scilab Reference Manual |
|---|
erfcx — scaled complementary error function.
y = erfcx(x)
erfcx computes the scaled complementary error function:
2
y = exp(x ) * erfc(x)
1
y --> --------- when x --> +oo
x sqrt(pi)
W. J. Cody (code from Netlib (specfun))
| << erfc | erf >> |