Inverse complementary error function
erfcinv(x)
erfcinv(
returns
the value of the Inverse Complementary Error Function for each element of x
)x
.
For inputs outside the interval [0 2]
, erfcinv
returns NaN
.
Use the erfcinv
function to replace expressions
containing erfinv(1-x)
for greater accuracy when x
is
close to 1
.