[issue44551] Substraction: unprecise result

2021-07-02 Thread Eric V. Smith
Eric V. Smith added the comment: This is not a bug, but expected floating point behavior. See https://docs.python.org/3/tutorial/floatingpoint.html -- nosy: +eric.smith resolution: -> not a bug stage: -> resolved status: open -> closed type: -> behavior ___

[issue44551] Substraction: unprecise result

2021-07-02 Thread user_0101
New submission from user_0101 : ``` >>> 2.11-1.56 0.5498 ``` -- messages: 396862 nosy: user_0101 priority: normal severity: normal status: open title: Substraction: unprecise result versions: Python 3.8 ___ Python tracker