|
Contents | Previous | Next | Subchapters |
| Syntax |
erfc(x) |
| See Also | erf , cnormal , ierf |
The complementary error function is defined by
inf 2
2 / -t
---------- | e dt
sqrt(2 pi) /
x
which is also equal to 1 - erf(x).
ginit
x = 0. : .1 : 3.
gtitle("Complementary Error Function")
gplot(x, erfc(x))
returns the following plot: