This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients eric.smith, mark.dickinson, rhettinger
Date 2009-04-27.20:57:23
SpamBayes Score 2.3648747e-09
Marked as misclassified No
Message-id <1240865846.06.0.201411936962.issue5858@psf.upfronthosting.co.za>
In-reply-to
Content
This should probably be discussed somewhat that all the numpy/numeric
folks can see it (since they likely comprise the largest group of users
of complex numbers).

Also note that any changes to representations tend to break peoples
doctests.  Those are particularly susceptible to this change because
of people using whole numbers for hand entered test inputs.

FWIW, Octave starts with 2+4j style formatting but if either component
has a decimal, then both switch 2.1000 + 4.000j.

My own tastes prefer the current form, but I would probably adapt quickly.
History
Date User Action Args
2009-04-27 20:57:26rhettingersetrecipients: + rhettinger, mark.dickinson, eric.smith
2009-04-27 20:57:26rhettingersetmessageid: <1240865846.06.0.201411936962.issue5858@psf.upfronthosting.co.za>
2009-04-27 20:57:25rhettingerlinkissue5858 messages
2009-04-27 20:57:23rhettingercreate