[issue40206] Multiplying 4.6*100 will result in 459.99999999999994

2020-04-06 Thread ahmad dana


ahmad dana  added the comment:

Regarding the comment about the decimal point precision , and solving the issue 
with the decimal library, the following attachment shows you that the decimal 
Library did exactly the same behaviour

--
Added file: https://bugs.python.org/file49040/Screen Shot 2020-04-06 at 6.56.48 
PM.png

___
Python tracker 
<https://bugs.python.org/issue40206>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue40206] Multiplying 4.6*100 will result in 459.99999999999994

2020-04-06 Thread ahmad dana


New submission from ahmad dana :

While we using python3.7 to do some  number multiplication, we faced an issue 
with multiplying 4.6*100 which lead to strange output, the result was 
459.94, while it should be something like 460.00

--
messages: 365860
nosy: ahmad dana
priority: normal
severity: normal
status: open
title: Multiplying 4.6*100 will result in 459.94
versions: Python 3.7

___
Python tracker 
<https://bugs.python.org/issue40206>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com