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