ComplexErrorFunctionRelatedRe_w_of_z Method |
Faddeeva's scaled complex error function w(z) = exp(-z^2) erfc(-iz), returning the real part of the result as a real number.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double Re_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
DoubleReal part of Faddeeva's scaled complex error function w(z) = exp(-z^2) erfc(-iz).
See Also