cmath 模块的函数跟math 模块函数基本一致,区别是cmath 模块运算的是复数,math 模块运算的是数学运算。 要使用math 或cmath 函数必须先导入: import math. 查看math ...
確定! 回上一頁