Computes the complex Faddeeva function.
Namespace:
Meta.Numerics.FunctionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# | Visual Basic | Visual C++ |
Parameters
- z
- Complex
The complex argument.
Return Value
The complex value of w(z).
Remarks
The Faddeeva function w(z) is related to the error function with a complex argument.
It also has an integral representation.
For purely imaginary values, it can be reduced to the error function. For purely real values, it can be reduced to Dawson's integral.
It appears in the computation of the Voigt line profile function V(x;σ,γ).