ubject: [issue44910] Floating point issue
Eric V. Smith added the comment:
This a limitation of the floating point type that python uses. See
https://docs.python.org/3/tutorial/floatingpoint.html
--
nosy: +eric.smith
resolution: -> not a bug
stage: -> resolved
status: op
Eric V. Smith added the comment:
This a limitation of the floating point type that python uses. See
https://docs.python.org/3/tutorial/floatingpoint.html
--
nosy: +eric.smith
resolution: -> not a bug
stage: -> resolved
status: open -> closed
___
New submission from A wilson :
0.01 + 273.15 should equal 273.16 but in python 3.9.5 or earlier report as
273.159997.
--
messages: 399550
nosy: afw2alan
priority: normal
severity: normal
status: open
title: Floating point issue
type: behavior
versions: Python 3.9
_