erfce¶
Evaluates the exponentially scaled complementary error function.
Synopsis¶
erfce (x)
Required Arguments¶
- float
x
(Input) - Argument for which the function value is desired.
Return Value¶
Exponentially scaled complementary error function value.
Description¶
Function erfce
computes
\[e^{x^2} \mathrm{erfc}(x)\]
where erfc(x
) is the complementary error function. See erfc
for its
definition.
To prevent the answer from underflowing, x
must be greater than
\[x_{\min} \simeq - \sqrt{\ln(b/2)}\]
where b = machine
(2) is the largest representable floating-point
number. For more information, see the description for
machine.