This function evaluates the exponentially scaled complementary error function.
ERFCE — Function value. (Output)
X — Argument for which the function value is desired. (Input)
Specific: The specific interface names are S_ERFCE and D_ERFCE.
Double: The double precision function name is DERFCE.
The function ERFCE(X) computes
where erfc(x) is the complementary error function. See ERFC for its definition.
To prevent the answer from underflowing, x must be greater than
where b = AMACH(2) is the largest representable floating-point number.
2 1 The function underflows because X is too large.
In this example, ERFCE(1.0) = e1.0 erfc(1.0) is computed and printed.
99999 FORMAT (' ERFCE(', F6.3, ') = ', F6.3)
|
Visual Numerics, Inc. PHONE: 713.784.3131 FAX:713.781.9260 |