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 umedoblock
Recipients docs@python, mark.dickinson, r.david.murray, terry.reedy, umedoblock
Date 2011-06-05.01:38:18
SpamBayes Score 0.028752793
Marked as misclassified No
Message-id <1307237900.1.0.620779309616.issue12211@psf.upfronthosting.co.za>
In-reply-to
Content
I made the patch.
But it cannot pass testCopysign().

math.copysign(1, -0.)
returns 1.

I hope to return -1.
But I don't know how to realize -0. as negative value.

Please help me.
History
Date User Action Args
2011-06-05 01:38:20umedoblocksetrecipients: + umedoblock, terry.reedy, mark.dickinson, r.david.murray, docs@python
2011-06-05 01:38:20umedoblocksetmessageid: <1307237900.1.0.620779309616.issue12211@psf.upfronthosting.co.za>
2011-06-05 01:38:19umedoblocklinkissue12211 messages
2011-06-05 01:38:19umedoblockcreate