Click or drag to resize

ComplexErrorFunctionRelatedCDawson Method

Dawson's integral D(z) = sqrt(pi)/2 * exp(-z^2) * erfi(z).

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Complex CDawson(
	Complex z
)

Parameters

z  Complex
The complex argument z.

Return Value

Complex
Value of Dawson's integral D(z) = sqrt(pi)/2 * exp(-z^2) * erfi(z).
See Also