refactor: 任务 task 包重构

This commit is contained in:
kercylan98
2023-07-11 13:30:44 +08:00
parent 8368fe0770
commit a23e48b087
6 changed files with 289 additions and 66 deletions
+1
View File
@@ -8,6 +8,7 @@ import (
const (
DefaultTolerance = 0.0001 // 默认误差范围
Zero = 0 // 零
)
// GetDefaultTolerance 获取默认误差范围