The information in this article applies to:
SYMPTOMSThe following error message may be generated by the compiler when it initializes a REAL*4 variable with a constant near the maximum values allowed for REAL*4 numbers.
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATION
The maximal values of single precision negative numbers is in the range of
-3.4028235E+38 to -1.1754944E-38 and for single-precision positive numbers
is in the range of +1.1754944E-38 to +3.4028235E+38.
Sample Code
Additional query words: 4.00
Keywords : kbFortranPS kbLangFortran |
Last Reviewed: November 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |