Returns the inverse of the complementary error function.
double
value, . A double
value specifying the inverse of the error function of x
.
The Erfcinverse(x)
method computes the inverse of the complementary error function erfc x, defined in Erfc
.
Erfcinverse(x)
is defined for . If , then the answer will be less accurate than half precision. Very approximately,
where = machine precision (approximately 1.11e-16).
Sfun Class | Imsl.Math Namespace | Example