Computes the inverse error function.
- y (Double)
- The error function value erf(x), which must lie between -1 and 1.
The corresponding argument x.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | y is outside [-1,1]. |
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | y is outside [-1,1]. |