Steven D'Aprano added the comment:
This is not a bug, it is a FAQ to do with the properties of binary floating
point numbers.
https://docs.python.org/3/faq/design.html#why-are-floating-point-calculations-so-inaccurate
--
nosy: +steven.daprano
resolution: -> not a bug
stage: -> reso
New submission from Mukhit :
print (10*3.14)
31.402
--
components: ctypes
messages: 310406
nosy: mukhit
priority: normal
severity: normal
status: open
title: multiplication error
type: behavior
versions: Python 3.5
___
Python tracker