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 vishalatul09
Recipients vishalatul09
Date 2022-03-30.10:45:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648637133.45.0.989235445931.issue47160@roundup.psfhosted.org>
In-reply-to
Content
round function is not working as expected .
my number is x= 0.967565*185000= 178999.525
round(x,2)
answer is coming as 178999.52
expected value is 178999.53
History
Date User Action Args
2022-03-30 10:45:33vishalatul09setrecipients: + vishalatul09
2022-03-30 10:45:33vishalatul09setmessageid: <1648637133.45.0.989235445931.issue47160@roundup.psfhosted.org>
2022-03-30 10:45:33vishalatul09linkissue47160 messages
2022-03-30 10:45:33vishalatul09create