Issue 1687314: Round funcion - Python tracker (original) (raw)

I don't quite know if it is a bug, but when I do this in the interpreter (see blow) the third return is not what i wanted.

round(5.5, 3) 5.5 round(5.5555555555, 3) 5.556 round(5.5555555555, 2) 5.5599999999999996

I created a function to solve this. It can be found attached to this report.

I'm sorry but I'm not English so I don't speak this language very good.