Closed 27rabbitlt closed 1 year ago
Since numpy uses new complex type, the current usage of npy_cdouble (in complex_functions.hpp) is no longer supported.
And in fact numexpr doesn't have to use numpy's complex type, so I replaced npy_cdouble with C++11 std::complex.
This fixes issue https://github.com/pydata/numexpr/issues/458.
Since numpy uses new complex type, the current usage of npy_cdouble (in complex_functions.hpp) is no longer supported.
And in fact numexpr doesn't have to use numpy's complex type, so I replaced npy_cdouble with C++11 std::complex.
This fixes issue https://github.com/pydata/numexpr/issues/458.