Click or drag to resize

ComplexErrorFunctionRelatedDawson Method

Dawson's integral D(x) = sqrt(pi)/2 * exp(-x^2) * erfi(x) for real values.

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

Parameters

x  Double
The real argument x.

Return Value

Double
Value of Dawson's integral D(x) = sqrt(pi)/2 * exp(-x^2) * erfi(x) for real values.
See Also