New submission from john Forgue: I have a sensor that returns float with 15 decimal places.
Using "round(number[, digits])" in a program I get no rounding Using the same command in the terminal interpreter it returns ... (3 periods) then hangs requiring ^C to continue. I'm using Python 3.4.2 on RasPi Jessie. ---------- components: Library (Lib) messages: 297928 nosy: john Forgue priority: normal severity: normal status: open title: round(number[, digits]) does not return value with >12 decimal places versions: Python 3.4 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue30875> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com