当我取-1的平方根时,它给出了一个错误:
sqrt中遇到无效值
我该如何解决这个问题?
///////// arr=sqrt(-1) print(arr) OUTPUT
python numpy
numpy ×1
python ×1