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
The Dawson function is defined by the integral:
It is related to the error function for purely imaginary arguments.