X Tutup

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 JULIE.MCMANUS
Recipients JULIE.MCMANUS, terry.reedy
Date 2017-09-06.10:59:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504695553.68.0.726329981694.issue31365@psf.upfronthosting.co.za>
In-reply-to
Content
Multipy 16.1 by 100 or 1000 returns a result to 13 decimal places. See example - 

>>> 16.2*1000
16200.0
>>> 16.1*1000
16100.000000000002
>>> 16.1*100
1610.0000000000002
>>> 16.1*10
161.0
>>> 16.2*1000
16200.0
History
Date User Action Args
2017-09-06 10:59:13JULIE.MCMANUSsetrecipients: + JULIE.MCMANUS, terry.reedy
2017-09-06 10:59:13JULIE.MCMANUSsetmessageid: <1504695553.68.0.726329981694.issue31365@psf.upfronthosting.co.za>
2017-09-06 10:59:13JULIE.MCMANUSlinkissue31365 messages
2017-09-06 10:59:13JULIE.MCMANUScreate
X Tutup