summaryrefslogtreecommitdiff
path: root/tests/float/float_format.py
AgeCommit message (Expand)Author
2025-08-01py/formatfloat: Improve accuracy of float formatting code.Yoctopuce dev
2022-08-12py/formatfloat: Use pow(10, e) instead of pos/neg_pow lookup tables.Dan Ellis
2020-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
2018-03-01py/formatfloat: Fix case where floats could render with negative digits.Damien George
2018-03-01py/formatfloat: Fix case where floats could render with a ":" character.Damien George
2018-03-01py/formatfloat: Fix rounding of %f format with edge-case FP values.Damien George