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 0bf6499..0a72da0 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: */