Click or drag to resize

ComplexErrorFunctionRelatedIm_w_of_z Method

Faddeeva's scaled complex error function w(z) = exp(-z^2) erfc(-iz), returning the purely imaginary result as a real number.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double Im_w_of_z(
	double x,
	double y
)

Parameters

x  Double
The real part of the complex argument z.
y  Double
The imaginary part of the complex argument z.

Return Value

Double
Imaginary part of Faddeeva's scaled complex error function w(z) = exp(-z^2) erfc(-iz).
See Also