002. Intrinsic data types#
topic: Data types
Fortran has 5 intrinsic data types: integer, real, complex, logical, and character.
The types have various kind
s that determine the range of data they can represent.
Fortran has 5 intrinsic data types: integer, real, complex, logical, and character. The types have various KINDs that determine the range of data they can represent.
— FortranTip (@fortrantip) December 17, 2021