我的 Python 代码有这个问题:
from math import * m = pow(complex(1,2)*complex(3,0) + complex(1,0),complex(-1,0)); TypeError: can't convert complex to float
有谁知道如何解决这个问题?非常感谢 !
python math
math ×1
python ×1