Skip to content

erfcinv

Inverse complementary error function.

v = erfcinv(x)

Returns y such that erfc(y) = x. x must be in (0, 2).

erfcinv(0.5) % ≈ 0.4769
  • erfc — Complementary error function 1 - erf(x).
  • erfinv — Inverse error function.