ComplexErrorFunctionRelatedDawson Method |
Dawson's integral D(x) = sqrt(pi)/2 * exp(-x^2) * erfi(x) for real values.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double Dawson(
double x
)
Parameters
- x Double
- The real argument x.
Return Value
DoubleValue of Dawson's integral D(x) = sqrt(pi)/2 * exp(-x^2) * erfi(x) for real values.
See Also