numconst.h, fix pi
This commit is contained in:
parent
4b7092633c
commit
be283109dc
|
|
@ -17,7 +17,7 @@ Authors: 1987 Karti Mayaram, 1991 David Gates
|
|||
#ifdef PI
|
||||
#undef PI
|
||||
#endif
|
||||
#define PI 3.14159265358973923846264338327950288419716939937511
|
||||
#define PI 3.14159265358979323846264338327950288419716939937511
|
||||
#define TWO_PI (2.0 * PI)
|
||||
#define ROOT_TWO 1.41421356237309504880168872420969807856967187537694
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue