summaryrefslogtreecommitdiffstatshomepage
path: root/tests/float/float_format.py
Commit message (Expand)AuthorAge
* py/formatfloat: Use pow(10, e) instead of pos/neg_pow lookup tables.Dan Ellis2022-08-12
* tests: Format all Python code with black, except tests in basics subdir.David Lechner2020-03-30
* py/formatfloat: Fix case where floats could render with negative digits.Damien George2018-03-01
* py/formatfloat: Fix case where floats could render with a ":" character.Damien George2018-03-01
* py/formatfloat: Fix rounding of %f format with edge-case FP values.Damien George2018-03-01