From a74811291f62a394738474ac63019fde208e5654 Mon Sep 17 00:00:00 2001 From: snowy Date: Mon, 26 Aug 2024 01:33:51 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20fix=20=CE=B5=20accuracy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mbcp/mp_math/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mbcp/mp_math/const.py b/mbcp/mp_math/const.py index 70f6178..d7bc4b9 100644 --- a/mbcp/mp_math/const.py +++ b/mbcp/mp_math/const.py @@ -15,5 +15,5 @@ PI = math.pi E = math.e GOLDEN_RATIO = (1 + math.sqrt(5)) / 2 GAMMA = 0.57721566490153286060651209008240243104215933593992 -EPSILON = 0.0000000000001 +EPSILON = 0.0001