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

2017-07-07 Thread john Forgue

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 
<http://bugs.python.org/issue30875>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2017-07-08 Thread john Forgue

john Forgue added the comment:

I found a programming issue that circumvented the round function.  As for the 
terminal "verification" I reported I'm not sure what I did and cannot 
repeat.

Sorry for the false alarm.

John

--
resolution:  -> works for me
stage:  -> resolved
status: open -> closed

___
Python tracker 
<http://bugs.python.org/issue30875>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com