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 mark.dickinson, skrah, steven.daprano, tim.peters
Date 2014-08-14.19:48:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408045724.13.0.994563972832.issue22198@psf.upfronthosting.co.za>
In-reply-to
Content
[Tim]
>>> -0.5 // float('inf')
nan

Urk!  I wonder what's going on there.  I think I like that answer even less than -1.0.

IEEE 754's floor does indeed take -0.0 to -0.0.
History
Date User Action Args
2014-08-14 19:48:44mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, steven.daprano, skrah
2014-08-14 19:48:44mark.dickinsonsetmessageid: <1408045724.13.0.994563972832.issue22198@psf.upfronthosting.co.za>
2014-08-14 19:48:44mark.dickinsonlinkissue22198 messages
2014-08-14 19:48:44mark.dickinsoncreate