Currently they print differently:

In [6]: str(np.complex128(0))
Out[6]: '(0.0+0.0j)'

In [7]: str(complex(0))
Out[7]: '0j'

It looks pretty easy to make numpy complex print the same as python complex.
Shall we make that change?

Chuck
_______________________________________________
Numpy-discussion mailing list
[email protected]
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to