This function evaluates Dawson's function.
DAWS — Function value. (Output)
X — Argument for which the function value is desired. (Input)
Specific: The specific interface names are S_DAWS and D_DAWS.
Double: The double precision function name is DDAWS.
Dawson's function is defined to be
It is closely related to the error function for imaginary arguments.
So that Dawson's function does not underflow, |x| must be less than 1/(2s). Here, s = AMACH(1) is the smallest representable positive floating-point number.
3 2 The function underflows because the absolute value of X is too large .
The Dawson function is closely related to the error function for imaginary arguments.
In this example, DAWS(1.0) is computed and printed.
99999 FORMAT (' DAWS(', F6.3, ') = ', F6.3)
|
Visual Numerics, Inc. PHONE: 713.784.3131 FAX:713.781.9260 |