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 50  

SEE 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 72  

SEE ALSO: erf,   dawson