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