libcerf.im_w_of_x

Compute complex error functions, based on a new implementation of Faddeeva's w_of_z. Also provide Dawson and Voigt functions.

Members

Functions

im_w_of_x
double im_w_of_x(double x)

Uses methods similar to the erfcx calculation: continued fractions for large |x|, a lookup table of Chebyshev polynomials for smaller |x|, and finally a Taylor expansion for |x|<0.01.

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.