Computes the complex Faddeeva function.

Namespace:  Meta.Numerics.Functions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static Complex Faddeeva(
	Complex z
)
Public Shared Function Faddeeva ( _
	z As Complex _
) As Complex
public:
static Complex Faddeeva(
	Complex z
)

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;σ,γ).

See Also