Computes the inverse error function.
Namespace:
Meta.Numerics.FunctionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# | Visual Basic | Visual C++ |
Parameters
- y
- Double
The error function value erf(x), which must lie between -1 and 1.
Return Value
The corresponding argument x.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentOutOfRangeException | y is outside [-1,1]. |