The information in this article applies to:
SUMMARY
When using real*8 or double-precision variables, the FORTRAN manual says
double-precision real constants have the same form as single-precision
constants, except that the letter D is used for exponents instead of the
letter E, and that an exponent part is mandatory.
MORE INFORMATIONThe following is a code example of the proper way to set a double-precision variable with the D:
Additional query words: kbinf 4.00 4.10 5.00 5.10
Keywords : kbcode kbFortranPS kbLangFortran |
Last Reviewed: November 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |