mirror of
https://github.com/python/cpython.git
synced 2026-05-22 12:24:30 -04:00
5b21df4a5c
guarantee abs(x%y) < abs(y) in all cases when a float is involved. math.fmod() should, though, so noted that too. Bugfix candidate. Someone should check the LaTeX here first, though.