feat(project):添加欧拉项目第6题解决方案及相关依赖

📝 docs(project):添加Faulhaber公式详细文档说明
⬆️ chore(project):添加numpy依赖以支持数学计算
This commit is contained in:
2025-12-15 14:55:09 +08:00
parent 65999c8456
commit be3f920e72
4 changed files with 298 additions and 1 deletions

View File

@@ -4,4 +4,6 @@ version = "0.1.0"
description = "euler 项目的解题。主要为python。"
readme = "README.md"
requires-python = ">=3.12"
dependencies = []
dependencies = [
"numpy>=2.3.5",
]