erfcinv
Inverse complementary error function.
Syntax
Section titled “Syntax”v = erfcinv(x)Description
Section titled “Description”Returns y such that erfc(y) = x. x must be in (0, 2).
Example
Section titled “Example”erfcinv(0.5) % ≈ 0.4769