This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author john Forgue
Recipients john Forgue
Date 2017-07-08.03:07:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499483260.9.0.266536317438.issue30875@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-07-08 03:07:40john Forguesetrecipients: + john Forgue
2017-07-08 03:07:40john Forguesetmessageid: <1499483260.9.0.266536317438.issue30875@psf.upfronthosting.co.za>
2017-07-08 03:07:40john Forguelinkissue30875 messages
2017-07-08 03:07:40john Forguecreate