The GSL header <gsl/gsl_math.h> makes sure that the standard BSD
mathematical constants are defined, so we don't have to do it ourselves.
#include <float.h>
#include <assert.h>
+#include <gsl/gsl_math.h>
#include <math.h>
#include <stdio.h>
#include "minmax.h"
-
-/* Pie charts of course need to know Pi :) */
-#ifndef M_PI
-#define M_PI ( 22.0 / 7.0 )
-#endif
-
-
-
/* Draw a single slice of the pie */
static void
draw_segment(struct chart *ch,