]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Tim Peters writes:
authorGuido van Rossum <guido@python.org>
Thu, 6 May 1999 14:26:34 +0000 (14:26 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 6 May 1999 14:26:34 +0000 (14:26 +0000)
commit9263e78ff22a5aaa0c2b460df966e048dd28f90d
treedcac24796e593296ccf22f02e26ef81fc70b1707
parent8e40759d5ae2c879759fe7c3e35aa107f967824b
Tim Peters writes:

1. Fixes float divmod so that the quotient it returns is always an integral
value.

2. Fixes float % and float divmod so that the remainder always gets the
right sign (the current code uses a "are the signs different?" test that
doesn't work half the time <wink> when the product of the divisor and the
remainder underflows to 0).
Objects/floatobject.c