libcerf.erfcx_

Compute erfcx(x) = exp(x^2) erfc(x) function, for real x, using a novel algorithm that is much faster than DERFC of SLATEC. This function is used in the computation of Faddeeva, Dawson, and other complex error functions.

Members

Functions

erfcx
double erfcx(double x)

This function combines a few different ideas.

Meta

Authors

Steven G. Johnson, core author; Joachim Wuttke, C package maintainer; Ilya Yaroshenko, D package maintainer

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.