mirror of
https://github.com/snowykami/mbcp.git
synced 2024-11-25 07:45:03 +08:00
🐛 fix ε accuracy
This commit is contained in:
parent
6162606152
commit
a74811291f
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user