This function evaluates a scaled function related to ERFC.
CERFE — Complex function value. (Output)
Z — Complex argument for which the function value is desired. (Input)
Specific: The specific interface names are C_CERFE and Z_CERFE.
Double complex: The double complex function name is ZERFE.
Function CERFE is defined to be
Let b = AMACH(2) be the largest floating-point number. The argument z must satisfy
or else the value returned is zero. If the argument z does not satisfy (ℑz)2- (ℜ≤ log b, then b is returned. All other arguments are legal (Gautschi 1969, 1970).
In this example, CERFE(2.5 + 2.5i) is computed and printed.
99999 FORMAT (' CERFE(', F6.3, ',', F6.3, ') = (', &
CERFE( 2.500, 2.500) = ( 0.117, 0.108)
|
Visual Numerics, Inc. PHONE: 713.784.3131 FAX:713.781.9260 |