[issue47225] Issue in subtraction of float numbers

2022-04-04 Thread Raymond Hettinger
Raymond Hettinger added the comment: See https://docs.python.org/3/tutorial/floatingpoint.html -- nosy: +rhettinger resolution: -> wont fix stage: -> resolved status: open -> closed ___ Python tracker

[issue47225] Issue in subtraction of float numbers

2022-04-04 Thread Prem B. Shah
New submission from Prem B. Shah : There is an issue when subtracting float numbers ... for e.g. print (5.67 - 5.6) gives an output : 0.07028 -- components: Windows messages: 416748 nosy: MrPhenomenal3110, paul.moore, steve.dower, tim.golden, zach.ware priority: normal sever