Merge pull request #6394 from Citadel-Station-13/upstream-merge-37148
[MIRROR] Rounded the last digit of pi correctly
This commit is contained in:
@@ -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)
|
||||
|
||||
// )
|
||||
// )
|
||||
|
||||
Reference in New Issue
Block a user