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