Posts

Showing posts with the label gfortran

Regular versus recursive functions in Fortran

This is a short post that contrasts recursive versus regular Fortran functions and gives an example factorial $n!$ recursive function.  

Write and compile your first Fortran 95 program on Linux

Image
Quick guide to writing, compiling, and executing a "Hello World" program in Fortran.