I just pushed a series of patches to http://hg.cython.org/cython- devel/ for complex number support. See
http://hg.cython.org/cython-devel/file/5c014b865386/tests/run/ complex_numbers_T305.pyx . Despite being a rather large change, and shortly before a release, it belongs in -devel because this is one of the motivations to do a release so soon. If complex.h is included, it uses c99 complex types, otherwise it falls back to its own implementation using structs. If this interests you please play around with it. - Robert _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
