[New-bugs-announce] [issue30875] round(number[, digits]) does not return value with >12 decimal places

john Forgue report at bugs.python.org
Fri Jul 7 23:07:40 EDT 2017


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 <report at bugs.python.org>
<http://bugs.python.org/issue30875>
_______________________________________


More information about the New-bugs-announce mailing list