🐛 fix ε accuracy

This commit is contained in:
远野千束 2024-08-26 01:33:51 +08:00
parent 6162606152
commit a74811291f

View File

@ -15,5 +15,5 @@ PI = math.pi
E = math.e E = math.e
GOLDEN_RATIO = (1 + math.sqrt(5)) / 2 GOLDEN_RATIO = (1 + math.sqrt(5)) / 2
GAMMA = 0.57721566490153286060651209008240243104215933593992 GAMMA = 0.57721566490153286060651209008240243104215933593992
EPSILON = 0.0000000000001 EPSILON = 0.0001