[issue41269] Wrong subtraction calculations

Mark Dickinson report at bugs.python.org
Fri Jul 10 09:54:39 EDT 2020


Mark Dickinson <dickinsm at gmail.com> added the comment:

Thanks for the report. This isn't a Python bug, but a common issue when working with floating-point numbers.

I recommend taking a look at this section of the tutorial for more information: https://docs.python.org/3.8/tutorial/floatingpoint.html

----------
nosy: +mark.dickinson
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41269>
_______________________________________


More information about the Python-bugs-list mailing list