mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
Align both M_PI and M_PI_2 values.
Its easier to read this way.
This commit is contained in:
parent
7094a4b71c
commit
c099620c09
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user