ErrorFunctionDawson(Double) Method |
Dawson(x) evaluates Dawson's integral for a double precision real argument x.
2 / x 2
-x | t
F(x) = e | e dt
|
/ 0
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 function argument
Return Value
DoubleDawson's integral for argument x.
See Also