Guido van Rossum 1e162d3753 Implement round() slightly different, so that for negative ndigits no
additional errors happen in the last step.  The trick is to avoid
division by 0.1**n -- multiply by 10.0**n instead.
1998-05-09 14:42:25 +00:00
..
1998-04-10 22:27:42 +00:00
1998-04-09 21:39:57 +00:00
1998-04-10 22:27:42 +00:00
1998-04-09 21:39:57 +00:00
1998-04-13 15:27:21 +00:00
1998-04-10 22:27:42 +00:00