[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:

[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'