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 tim.peters
Recipients izaakweiss, mark.dickinson, r.david.murray, steven.daprano, tim.peters
Date 2016-07-07.16:29:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467908951.93.0.0258554081905.issue27463@psf.upfronthosting.co.za>
In-reply-to
Content
Note that the same is true in Python 2.

I don't want to document it, though.  In `math.floor(44/4.4)`, the subexpression `44/4.4` by itself wholly rules out that "[as if] with infinite precision [throughout the larger expression]" may be in play.  `44/4.4` rounds to 10.0 regardless of the context it appears in.

It's just a universal fact about how float arithmetic works, and no more surprising than that, e.g., float addition isn't always associative.  Which may mean "very surprising" to many brand new to float arithmetic, but it's not the job of the Python docs to give basic tutorials.
History
Date User Action Args
2016-07-07 16:29:12tim.peterssetrecipients: + tim.peters, mark.dickinson, steven.daprano, r.david.murray, izaakweiss
2016-07-07 16:29:11tim.peterssetmessageid: <1467908951.93.0.0258554081905.issue27463@psf.upfronthosting.co.za>
2016-07-07 16:29:11tim.peterslinkissue27463 messages
2016-07-07 16:29:11tim.peterscreate