On 05/21/10 20:17, Neven Goršić wrote:
> Hi!
> 
> I run into Python error in rounding and not know how to predict when it will
> occur in order to prevent wrong result.

That's because it's floating point number.

> What can I do to assure accurate result?

Use decimal module to do precise control over your rounding.

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to