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