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