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 mark.dickinson
Recipients benjamin.peterson, mark.dickinson, pitrou
Date 2014-10-03.17:29:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412357381.42.0.853923921194.issue22548@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry; that should be:

  complex(-0.0, 0.0) - complex(0.0, 0.0)

The imaginary part is then worked out as (0.0 - 0.0), which (in all rounding modes but round-towards-negative) is 0.0.
History
Date User Action Args
2014-10-03 17:29:41mark.dickinsonsetrecipients: + mark.dickinson, pitrou, benjamin.peterson
2014-10-03 17:29:41mark.dickinsonsetmessageid: <1412357381.42.0.853923921194.issue22548@psf.upfronthosting.co.za>
2014-10-03 17:29:41mark.dickinsonlinkissue22548 messages
2014-10-03 17:29:41mark.dickinsoncreate