Modular arithmetic: Difference between revisions

Content added Content deleted
Line 967: Line 967:
{{works with|GCC|12.2.1}}
{{works with|GCC|12.2.1}}


The program requires the C preprocessor (or, if your Fortran compiler has it, the "fortranized" preprocessor ''fpp''). For gfortran, one gets the C preprocessor simply by capitalizing the source file extension: ''.F90''
The program requires the C preprocessor (or, if your Fortran compiler has it, the "fortranized" preprocessor '''fpp'''). For gfortran, one gets the C preprocessor simply by capitalizing the source file extension: '''.F90'''


<syntaxhighlight lang="fortran">
<syntaxhighlight lang="fortran">