SF bug #477221: abs and divmod act oddly with -0.0.
Partial fix. float_abs(): ensure abs(-0.0) returns +0.0. Bugfix candidate.
T
Tim Peters committed
d2364e8e2dee675526fb35b07dab0e8f84268ec3
Parent: 3808045
Partial fix. float_abs(): ensure abs(-0.0) returns +0.0. Bugfix candidate.