AdvancedDoubleDoubleMathErf Method
            Computes the error function with double double precision.
            
Namespace: Meta.Numerics.ExtendedAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public static DoubleDouble Erf(
	DoubleDouble x
)
Public Shared Function Erf ( 
	x As DoubleDouble
) As DoubleDouble
public:
static DoubleDouble Erf(
	DoubleDouble x
)
static member Erf : 
        x : DoubleDouble -> DoubleDouble 
- x  DoubleDouble
- The argument.
DoubleDoubleThe value of erf(x).