Scilab Reference Manual |
---|
erfc — The complementary error function.
y = erfc(x)
erfc computes the complementary error function:
/+oo 2 2 | -t y = ------- | e dt sqrt(pi) | /x y = 1 - erf(x)
erf([0.5,0.2])+erfc([0.5,0.2])
W. J. Cody (code from Netlib (specfun))
<< dsearch | erfcx >> |