erfc
Complementary error function 1 - erf(x).
Syntax
Section titled “Syntax”v = erfc(x)Description
Section titled “Description”Returns 1 - erf(x). More numerically accurate than computing 1 - erf(x) directly when |x| is large.
Example
Section titled “Example”erfc(2) % ≈ 0.0047