This function extends FORTRAN's generic log10 function to evauate the principal value of the complex common logarithm.
LOG10 — Complex function value. (Output)
Z — Complex argument for which the function value is desired. (Input)
Specific: The specific interface names are CLOG10 and ZLOG10.
Double complex: The double complex function name is ZLOG10.
The function LOG10(Z) evaluates log10 (z) . The argument must not be zero, and |z| must not overflow.
In this example, the log10(0.0076i) is computed and printed.
99999 FORMAT (' LOG10((', F7.4, ',', F7.4, ')) = (', &
LOG10(( 0.0000, 0.0076)) = (-2.119, 0.682)
|
Visual Numerics, Inc. PHONE: 713.784.3131 FAX:713.781.9260 |