AdvancedMathDawson Method |
Computes the Dawson integral.
Namespace:
Meta.Numerics.Functions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public static double Dawson(
double x
)
Public Shared Function Dawson (
x As Double
) As Double
public:
static double Dawson(
double x
)
static member Dawson :
x : float -> float
Parameters
- x
- Type: SystemDouble
The argument.
Return Value
Type:
DoubleThe value of F(x).
Remarks The Dawson function is defined by the integral:
It is related to the error function for purely imaginary arguments.
See Also