libcerf.w_of_z

Computation of Faddeeva's complex scaled error function, w(z) = exp(-z^2) * erfc(-i*z), nameless function (7.1.3) of Abramowitz&Stegun (1964), also known as the plasma dispersion function.

This implementation uses a combination of different algorithms.

Members

Functions

cexp
Complex!double cexp(Complex!double z)
w_of_z
Complex!double w_of_z(Complex!double z)

w_of_z, Faddeeva's scaled complex error function

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.