[docs] bug in python

Berker Peksağ berker.peksag at gmail.com
Sat Jul 30 23:46:39 EDT 2016


On Fri, Jul 29, 2016 at 4:07 PM, Srijan Lawrence
<srijanlawrence at gmail.com> wrote:
> i found a bug in python program during my computer practicals

Hi Srijan,

Thanks for the report! This is expected. You may find
https://docs.python.org/3/tutorial/floatingpoint.html useful to
understand how floating-point numbers work in Python (and in IEEE 754
compatible programming languages in general.)

--Berker


More information about the docs mailing list