Merge pull request #6394 from Citadel-Station-13/upstream-merge-37148

[MIRROR] Rounded the last digit of pi correctly
This commit is contained in:
LetterJay
2018-04-14 07:41:12 -05:00
committed by GitHub
+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)
// )
// )