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