mirror of
https://github.com/nasa/trick.git
synced 2024-12-26 00:01:09 +00:00
Merge pull request #406 from Anteige/patch-1
Align both M_PI and M_PI_2 values.
This commit is contained in:
commit
f757090e5b
@ -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