add a few more digits to PI to make Evgeny happy
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 27 Jun 2003 15:26:56 +0000 (15:26 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 27 Jun 2003 15:26:56 +0000 (15:26 +0000)
src/mesa/main/imports.h

index 0bf649972c3343292bced2bf15758b6380e686f2..0a72da0f4758d8a0655e6f5eb7adba12a7e4a237 100644 (file)
@@ -128,7 +128,7 @@ extern void _ext_mesa_free_pixelbuffer( void *pb );
 #define MAX_GLUINT     0xffffffff
 
 #ifndef M_PI
-#define M_PI (3.1415926)
+#define M_PI (3.1415926536)              
 #endif
 
 /* Degrees to radians conversion: */