Compilation:
$ make
Execution:
$ ./quad.exe
Notes:
- Computes the integral of a given function using the Gauss-Legendre Quadrature.
- The order of quadrature can be specified in settings.conf.
- Accuracy is pretty good but not fully optimized.
Work made in context of the Fortran Programming Class taught by Mariko Dunseath.