-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed as not planned
Labels
Description
Bug report
Bug description:
Here is a bug when adding two special float point values:
Python 3.13.2 (main, Mar 18 2025, 03:30:45) [GCC 12.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> 0.262476+0.168787
0.43126299999999995
>>> 0.262475+0.168788
0.431263
>>> 0.262477+0.168786
0.431263
Thanks.
CPython versions tested on:
3.13
Operating systems tested on:
Linux