Click or drag to resize

AdvancedDoubleDoubleMathErf Method

Computes the error function with double double precision.

Namespace:  Meta.Numerics.Extended
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static DoubleDouble Erf(
	DoubleDouble x
)

Parameters

x
Type: Meta.Numerics.ExtendedDoubleDouble
The argument.

Return Value

Type: DoubleDouble
The value of erf(x).
See Also