Returns the complementary error function of a double
.
double
value. A double
value specifying the complementary error function of x.
The complementary error function method, Erfc
(x), is defined to be
The argument x must not be so large that the result underflows. Approximately, x should be less than
where s = Double.Epsilon is the smallest representable positive floating-point number.
Sfun Class | Imsl.Math Namespace | Example