Rounded the last digit of pi correctly (#37148)

It's important, fellas. Makes pi 0.000007 wrong instead of 0.00009 wrong.
This commit is contained in:
Putnam3145
2018-04-13 05:51:50 -07:00
committed by CitadelStationBot
parent 58111c6482
commit 5eab3eb454
+2 -2
View File
@@ -4,7 +4,7 @@
#define NUM_E 2.71828183
#define PI 3.1415
#define PI 3.1416
#define INFINITY 1e31 //closer then enough
#define SHORT_REAL_LIMIT 16777216
@@ -201,4 +201,4 @@
return list(region_x1 & region_x2, region_y1 & region_y2)
// )
// )