Align both M_PI and M_PI_2 values.

Its easier to read this way.
This commit is contained in:
Antoine Gaulin 2017-03-30 10:02:58 -04:00 committed by GitHub
parent 7094a4b71c
commit c099620c09

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