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 adam.ulrich
Recipients adam.ulrich
Date 2022-01-22.02:36:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642818971.51.0.492086652953.issue46467@roundup.psfhosted.org>
In-reply-to
Content
round(250,-2) returns 200
round(350,-2) returns 400
round(450,-2) returns 400
round(550,-2) returns 600
round(5,-1) returns 0
round(15,-1) returns 20
round(500,-3) returns 0
round(1500,-3) returns 2000

expected: round of 5 to consistently rounds up.
History
Date User Action Args
2022-01-22 02:36:11adam.ulrichsetrecipients: + adam.ulrich
2022-01-22 02:36:11adam.ulrichsetmessageid: <1642818971.51.0.492086652953.issue46467@roundup.psfhosted.org>
2022-01-22 02:36:11adam.ulrichlinkissue46467 messages
2022-01-22 02:36:11adam.ulrichcreate