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
)
Public Shared Function Erf (
x As DoubleDouble
) As DoubleDouble
public:
static DoubleDouble Erf(
DoubleDouble x
)
static member Erf :
x : DoubleDouble -> DoubleDouble
Parameters
- x
- Type: Meta.Numerics.ExtendedDoubleDouble
The argument.
Return Value
Type:
DoubleDoubleThe value of erf(x).
See Also