This commit is contained in:
2025-06-10 14:29:12 +08:00
parent 0d7b89e21d
commit 68eb32f618
15 changed files with 23 additions and 8 deletions

View File

@@ -1,3 +1,4 @@
# 查找根区间
def FindRootZone(fx,start,stop,step):
x = start
while x < stop: