Merge pull request #406 from Anteige/patch-1

Align both M_PI and M_PI_2 values.
This commit is contained in:
Alex Lin 2017-03-30 09:08:58 -05:00 committed by GitHub
commit f757090e5b

View File

@ -13,7 +13,7 @@
#if ( __ghs ) #if ( __ghs )
#ifndef M_PI #ifndef M_PI
#define M_PI 3.14159265358979323846 #define M_PI 3.141592653589793238460
#endif #endif
#ifndef M_PI_2 #ifndef M_PI_2