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,11 +13,11 @@
#if ( __ghs )
#ifndef M_PI
#define M_PI 3.14159265358979323846
#define M_PI 3.141592653589793238460
#endif
#ifndef M_PI_2
#define M_PI_2 1.570796326794896619231
#define M_PI_2 1.570796326794896619231
#endif
#endif