functions in dawson.i - e
erf
erf(x) return erf(x), 2./sqrt(pi) * integral[0 to x](exp(-t^2)*dt) Interpreted function, defined at i/dawson.i line 50SEE ALSO: erfc, dawson
erfc
erfc(x) return erfc(x), 2./sqrt(pi) * integral[x to infinity](exp(-t^2)*dt) Interpreted function, defined at i/dawson.i line 72SEE ALSO: erf, dawson