main
Mu_Xin 9 months ago
parent 365e78162f
commit aa8f59e5d3

@ -10,6 +10,7 @@ import multiple_integration as mi
import number_list_limitation as nll
import reflect_function as rf
import analytic_geometry_of_space as agos
import multivariate_derivatives as md
def UI():
print("欢迎使用高等数学综合实用计算器")
@ -54,7 +55,7 @@ def UI():
elif choice == 9:
agos.UI()
elif choice == 10:
print("该模块暂未编写完成")
md.UI()
elif choice == 11:
mi.UI()
elif choice == 12:

Loading…
Cancel
Save