The complementary error function.
y = erfc(x)
vector or matrix
vector or matrix (of same size than x)
Compute the complementary error function of x, defined by: 1 - erf(x)
erf([0.5,0.2])+erfc([0.5,0.2]) x = [1+2*%i,-1+2*%i,1e-6+2e-6*%i,0+2*%i]; erfc(x) | ![]() | ![]() |
This function is based on the Faddeeva package library.
Version | Description |
5.5.0 | Function erfc supports complex arguments |