Next:
The Change in Energy
Up:
Case Study 1: The
Previous:
A C Code for
Headers
These are some standard headers we include in most C programs, along with the GNU scientific library.
#include <stdio.h> #include <stdlib.h> #include <math.h> #include <gsl/gsl_rng.h>
cfa22@drexel.edu