Click or drag to resize

AdvancedDoubleDoubleMathErfc Method

Computes the complementary 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 Erfc(
	DoubleDouble x
)

Parameters

x
Type: Meta.Numerics.ExtendedDoubleDouble
The argument.

Return Value

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