Intel® Fortran Compiler 16.0 User and Reference Guide
A REAL(16) constant has more than four times the accuracy of a REAL(4) number, and a greater range.
A REAL(16) constant occupies 16 bytes of memory. The number of digits that precede the exponent is unlimited, but typically only the leftmost 33 digits are significant.
IEEE X_floating format is used.
123456789Q4000 |
|
-1.23Q-400 |
|
+2.72Q0 |
|
1.88_16 |
1.Q5000 |
Too large. |
1.Q-5000 |
Too small. |
Compiler Reference ... Data and I/O section: Data Representation