Previous: Legacy PARAMETER statements, Up: Extensions implemented in GNU Fortran [Contents][Index]
6.1.34 Default exponents
For compatibility, GNU Fortran supports a default exponent of zero in real
constants with -fdec. For example, 9e
would be
interpreted as 9e0
, rather than an error.