From: Brian Paul Date: Fri, 27 Jun 2003 15:26:56 +0000 (+0000) Subject: add a few more digits to PI to make Evgeny happy X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a58214e4172925c9332a14895dd7bcd109346e2a;p=mesa.git add a few more digits to PI to make Evgeny happy --- diff --git a/src/mesa/main/imports.h b/src/mesa/main/imports.h index 0bf649972c3..0a72da0f475 100644 --- a/src/mesa/main/imports.h +++ b/src/mesa/main/imports.h @@ -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: */