Skip to content

erfcx

Scaled complementary error function exp(x²) · erfc(x).

v = erfcx(x)

Returns exp(x²) · erfc(x) — useful for very large x where exp(x²) and erfc(x) would individually overflow / underflow.

erfcx(10) % ≈ 0.0561
  • erfc — Complementary error function 1 - erf(x).
  • erf — Error function.