summaryrefslogtreecommitdiffstats
path: root/hacks/glx/dymaxionmap-coords.c
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/glx/dymaxionmap-coords.c')
-rw-r--r--hacks/glx/dymaxionmap-coords.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hacks/glx/dymaxionmap-coords.c b/hacks/glx/dymaxionmap-coords.c
index 1eb064d..8da6c02 100644
--- a/hacks/glx/dymaxionmap-coords.c
+++ b/hacks/glx/dymaxionmap-coords.c
@@ -140,7 +140,7 @@ static double radians(double degrees)
double pi2, c1;
- pi2 = 2 * 3.14159265358979323846;
+ pi2 = 2 * M_PI;
c1 = pi2 / 360;
return(c1 * degrees);