-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
导出图形:提供将图形导出为图片(如 PNG 或 SVG 格式)的功能。 更多数学函数支持:添加对更多数学函数的支持 贝塞尔函数:jn() or yn() 双曲函数: sinh(x), cosh(x), tanh(x), asinh(x), acosh(x), atanh(x) 误差函数: erf(x), erfc(x) 伽马函数: gamma(x) 阶乘函数: factorial(x) 其他: sqrt(x), log(x), exp(x), ln(x), sin(x), cos(x), tan(x), sec(x), csc(x), cot(x)
- Loading branch information
Showing
3 changed files
with
76 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,5 @@ semver~=3.0.2 | |
numpy~=2.1.2 | ||
sympy~=1.13.3 | ||
matplotlib~=3.9.2 | ||
PyQt6~=6.7.1 | ||
PyQt6~=6.7.1 | ||
scipy~=1.14.1 |