erfcx
Scaled complementary error function exp(x²) · erfc(x).
Syntax
Section titled “Syntax”v = erfcx(x)Description
Section titled “Description”Returns exp(x²) · erfc(x) — useful for very large x where exp(x²) and erfc(x) would individually overflow / underflow.
Example
Section titled “Example”erfcx(10) % ≈ 0.0561