Rajini
- 619
- 4
what does this mean..i saw this in Fortran source code!
(3I3,F9.6)
thanks.
(3I3,F9.6)
thanks.
The discussion focuses on Fortran source code formatting, specifically the format descriptors such as (3I3,F9.6), which indicates three integers with up to three digits each, followed by a floating-point number with up to nine digits, six of which can be after the decimal point. Additionally, users inquire about other format descriptors like G12.6 and A8, as well as practical coding challenges in Fortran 90, including multi-line function definitions and runtime calculations using gfortran. The conversation highlights the importance of understanding format specifications in Fortran for effective coding.
PREREQUISITESThis discussion is beneficial for Fortran developers, programmers working with Fortran 90, and anyone interested in optimizing their Fortran code and understanding format specifications.