summaryrefslogtreecommitdiff
path: root/py/formatfloat.c
AgeCommit message (Expand)Author
2016-01-29py/formatfloat: Add ability to format doubles with exponents > 99.Damien George
2015-11-22py/formatfloat: Handle calculation of integer digit for %f format properly.Paul Sokolovsky
2015-11-22py/formatfloat: Workaround (fix?) incorrect rounding for %f format.Paul Sokolovsky
2015-11-22py/formatfloat: Convert to fully portable implementation.Paul Sokolovsky
2015-09-11stmhal: fix single precision float printing errorDave Hylands
2015-05-17py: Implement mp_format_float for doubles and use where appropriatestijn
2015-04-12py/formatfloat.c: Fix format of floating point numbers near 1.0.Dave Hylands
2015-01-01py: Move to guarded includes, everywhere in py/ core.Damien George
2014-07-17formatfloat.c: Typo fix in comment.Paul Sokolovsky
2014-05-03Add license header to (almost) all files.Damien George
2014-04-01Enhance str.format supportDave Hylands
2014-03-17py: Clean up includes.xbe
2014-03-10Rename formatfloat file; remove MICROPY_ENABLE_FLOAT from mpconfigport.h.Damien George