Click or drag to resize

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
)

Parameters

x
Type: SystemDouble
The argument.

Return Value

Type: Double
The 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