AdvancedMathInverseErf Method |
Computes the inverse error function.
Namespace:
Meta.Numerics.Functions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public static double InverseErf(
double y
)
Public Shared Function InverseErf (
y As Double
) As Double
public:
static double InverseErf(
double y
)
static member InverseErf :
y : float -> float
Parameters
- y
- Type: SystemDouble
The error function value erf(x), which must lie between -1 and 1.
Return Value
Type:
DoubleThe corresponding argument x.
Exceptions See Also