Skip to content

erfc

Complementary error function 1 - erf(x).

v = erfc(x)

Returns 1 - erf(x). More numerically accurate than computing 1 - erf(x) directly when |x| is large.

erfc(2) % ≈ 0.0047
  • erf — Error function.
  • erfcinv — Inverse complementary error function.