summaryrefslogtreecommitdiff
path: root/tests/float/builtin_float_abs.py
AgeCommit message (Expand)Author
2020-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
2018-09-27py/objfloat: Fix abs(-0.0) so it returns 0.0.Damien George