New submission from Julie:

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

----------
assignee: terry.reedy
components: IDLE
messages: 301458
nosy: JULIE.MCMANUS, terry.reedy
priority: normal
severity: normal
status: open
title: Multiplication issue with 16.1
type: behavior
versions: Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue31365>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to