Elton Mendes wrote:
> Hi.
> I'm having a precision problem in python
>
> Example:
>
>
> >>> a = 5.14343434
> >>> b = round(a,1)
> >>> b
> 5.0999999999999996
> >>>
>
> It´s possible to round the number exactly to 5.1

Read this: 
http://www.python.org/infogami-faq/general/why-are-floating-point-calculations-so-inaccurate/



_______________________________________________
Numpy-discussion mailing list
[email protected]
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to