Evaluates the inverse of the complementary error function.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static double InverseErfc(
double x
)
Public Shared Function InverseErfc (
x As Double
) As Double
public:
static double InverseErfc(
double x
)
static member InverseErfc :
x : float -> float
Parameters
- x
- Type: SystemDouble
The argument for which to evaluate
the function.
Return Value
Type:
DoubleThe value of the inverse complementary error function
for the specified argument.
Reference