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:
committed by
CitadelStationBot
parent
58111c6482
commit
5eab3eb454
@@ -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