c = np.array([[1, 2], [3, 4]], dtype=complex) >>> c array([[1.+0.j, 2. ... _UFuncOutputCastingError: Cannot cast ufunc 'add' output from dtype('float64') to ...
確定! 回上一頁