summaryrefslogtreecommitdiffstatshomepage
path: root/py/formatfloat.c
Commit message (Expand)AuthorAge
* all: Fix various spelling mistakes found by codespell 2.2.6.Damien George2023-10-03
* all: Fix spelling mistakes based on codespell check.Damien George2023-04-27
* py/formatfloat: Use pow(10, e) instead of pos/neg_pow lookup tables.Dan Ellis2022-08-12
* py/formatfloat: Format all whole-number floats exactly.Dan Ellis2022-07-26
* all: Fix implicit conversion from double to float.stijn2020-04-18
* all: Reformat C and Python source code with tools/codeformat.py.Damien George2020-02-28
* 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
* py/formatfloat: Use standard isinf, isnan funcs instead of custom ones.Damien George2017-10-10
* py/formatfloat: Don't print the negative sign of a NaN value.Damien George2017-10-10
* py/formatfloat: Don't post-increment variable that won't be used again.Damien George2017-08-21
* all: Use the name MicroPython consistently in commentsAlexander Steffen2017-07-31
* all: Remove trailing spaces, per coding conventions.Damien George2017-07-19
* py,extmod: Some casts and minor refactors to quiet compiler warnings.Tom Collins2017-07-07
* py/formatfloat: Fix number of digits and exponent sign when rounding.Damien George2017-06-13
* py/formatfloat: Remove unreachable code.Damien George2017-01-19
* py/formatfloat: Fix further cases of buffer overflow in formatting.Damien George2016-03-29
* py/formatfloat: Fix case of float format where leading digit was "10".Damien George2016-03-29
* py/formatfloat: Fix buffer overflow when formatting tiny numbers.Damien George2016-03-15
* py/formatfloat: Add ability to format doubles with exponents > 99.Damien George2016-01-29
* py/formatfloat: Handle calculation of integer digit for %f format properly.Paul Sokolovsky2015-11-22
* py/formatfloat: Workaround (fix?) incorrect rounding for %f format.Paul Sokolovsky2015-11-22
* py/formatfloat: Convert to fully portable implementation.Paul Sokolovsky2015-11-22
* stmhal: fix single precision float printing errorDave Hylands2015-09-11
* py: Implement mp_format_float for doubles and use where appropriatestijn2015-05-17
* py/formatfloat.c: Fix format of floating point numbers near 1.0.Dave Hylands2015-04-12
* py: Move to guarded includes, everywhere in py/ core.Damien George2015-01-01
* formatfloat.c: Typo fix in comment.Paul Sokolovsky2014-07-17
* Add license header to (almost) all files.Damien George2014-05-03
* Enhance str.format supportDave Hylands2014-04-01
* py: Clean up includes.xbe2014-03-17
* Rename formatfloat file; remove MICROPY_ENABLE_FLOAT from mpconfigport.h.Damien George2014-03-10