[issue24730] Returning a float via a method yields in an approximate value received

2015-07-26 Thread Zachary Ware
Zachary Ware added the comment: https://docs.python.org/3/tutorial/floatingpoint.html -- nosy: +zach.ware resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker

[issue24730] Returning a float via a method yields in an approximate value received

2015-07-26 Thread Dorin
New submission from Dorin: I was making a script to get some best configurations in a recursive manner when I noticed a weird result. In the attached script the method should return 1.3 but it received 1.27 -- components: Macintosh files: recursive.py messages: 247444 nosy: ned