Special.Inverse Erfc Method
Evaluates the inverse of the complementary error function.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The value of the inverse complementary error function for the specified argument.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static double InverseErfc(
double x
)
Parameters
- x Double
- The argument for which to evaluate the function.
Return Value
DoubleThe value of the inverse complementary error function for the specified argument.