]> granicus.if.org Git - python/commit
Use pow() instead of repeated multiplication by 10 in round(x, n).
authorGuido van Rossum <guido@python.org>
Fri, 31 Aug 2007 00:27:03 +0000 (00:27 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 31 Aug 2007 00:27:03 +0000 (00:27 +0000)
commit6deb1bf83f93fc4d0b2433b94a28293e0ae6bc90
tree8d4ba92470efad16df8d79344316ce320258e818
parent74e68c751f148d6d41dd74d004ff19f05e244859
Use pow() instead of repeated multiplication by 10 in round(x, n).
Objects/floatobject.c