FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for py/formatfloat.c - ProGamerCode/circuitpython · GitHub
ProGamerCode
/
circuitpython
Public
forked from
adafruit/circuitpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
circuitpython
py
formatfloat.c
on
master
User selector
Datepicker
Commit history
Commits on Mar 1, 2018
py/formatfloat: Fix case where floats could render with negative digits.
Show description for 955ee64
dpgeorge
committed
955ee64
View commit details
Copy full SHA for 955ee64
View code at this point
Browse repository at this point
py/formatfloat: Fix case where floats could render with a ":" character.
Show description for 7b050fa
dpgeorge
committed
7b050fa
View commit details
Copy full SHA for 7b050fa
View code at this point
Browse repository at this point
py/formatfloat: Fix rounding of %f format with edge-case FP values.
Show description for bc12eca
dpgeorge
committed
bc12eca
View commit details
Copy full SHA for bc12eca
View code at this point
Browse repository at this point
Commits on Oct 10, 2017
py/formatfloat: Use standard isinf, isnan funcs instead of custom ones.
Show description for dc948e4
dpgeorge
committed
dc948e4
View commit details
Copy full SHA for dc948e4
View code at this point
Browse repository at this point
py/formatfloat: Don't print the negative sign of a NaN value.
Show description for 08a1966
dpgeorge
committed
08a1966
View commit details
Copy full SHA for 08a1966
View code at this point
Browse repository at this point
Commits on Aug 21, 2017
py/formatfloat: Don't post-increment variable that won't be used again.
dpgeorge
committed
f5309fc
View commit details
Copy full SHA for f5309fc
View code at this point
Browse repository at this point
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324
webmeister
authored and
dpgeorge
committed
55f3324
View commit details
Copy full SHA for 55f3324
View code at this point
Browse repository at this point
Commits on Jul 19, 2017
all: Remove trailing spaces, per coding conventions.
dpgeorge
committed
761e4c7
View commit details
Copy full SHA for 761e4c7
View code at this point
Browse repository at this point
Commits on Jul 7, 2017
py,extmod: Some casts and minor refactors to quiet compiler warnings.
tomlogic
authored and
dpgeorge
committed
145796f
View commit details
Copy full SHA for 145796f
View code at this point
Browse repository at this point
Commits on Jun 13, 2017
py/formatfloat: Fix number of digits and exponent sign when rounding.
Show description for 6ed4581
dpgeorge
committed
6ed4581
View commit details
Copy full SHA for 6ed4581
View code at this point
Browse repository at this point
Commits on Jan 19, 2017
py/formatfloat: Remove unreachable code.
Show description for 94a587a
dpgeorge
committed
94a587a
View commit details
Copy full SHA for 94a587a
View code at this point
Browse repository at this point
Commits on Mar 29, 2016
py/formatfloat: Fix further cases of buffer overflow in formatting.
Show description for e1e7657
dpgeorge
committed
e1e7657
View commit details
Copy full SHA for e1e7657
View code at this point
Browse repository at this point
py/formatfloat: Fix case of float format where leading digit was "10".
Show description for 03b8bb7
dpgeorge
committed
03b8bb7
View commit details
Copy full SHA for 03b8bb7
View code at this point
Browse repository at this point
Commits on Mar 15, 2016
py/formatfloat: Fix buffer overflow when formatting tiny numbers.
dpgeorge
committed
cea6cf8
View commit details
Copy full SHA for cea6cf8
View code at this point
Browse repository at this point
Commits on Jan 29, 2016
py/formatfloat: Add ability to format doubles with exponents > 99.
Show description for 7417ccf
dpgeorge
committed
7417ccf
View commit details
Copy full SHA for 7417ccf
View code at this point
Browse repository at this point
Commits on Nov 22, 2015
py/formatfloat: Handle calculation of integer digit for %f format properly.
Show description for 3d6240b
pfalcon
committed
3d6240b
View commit details
Copy full SHA for 3d6240b
View code at this point
Browse repository at this point
py/formatfloat: Workaround (fix?) incorrect rounding for %f format.
pfalcon
committed
3c4c069
View commit details
Copy full SHA for 3c4c069
View code at this point
Browse repository at this point
py/formatfloat: Convert to fully portable implementation.
Show description for 9aaccd4
pfalcon
committed
9aaccd4
View commit details
Copy full SHA for 9aaccd4
View code at this point
Browse repository at this point
Commits on Sep 11, 2015
stmhal: fix single precision float printing error
Show description for 9d6128a
dhylands
authored and
pfalcon
committed
9d6128a
View commit details
Copy full SHA for 9d6128a
View code at this point
Browse repository at this point
Commits on May 17, 2015
py: Implement mp_format_float for doubles and use where appropriate
Show description for 861670b
stinos
authored and
dpgeorge
committed
861670b
View commit details
Copy full SHA for 861670b
View code at this point
Browse repository at this point
Commits on Apr 12, 2015
py/formatfloat.c: Fix format of floating point numbers near 1.0.
Show description for b217869
dhylands
authored and
dpgeorge
committed
b217869
View commit details
Copy full SHA for b217869
View code at this point
Browse repository at this point
Commits on Jan 1, 2015
py: Move to guarded includes, everywhere in py/ core.
Show description for 51dfcb4
dpgeorge
committed
51dfcb4
View commit details
Copy full SHA for 51dfcb4
View code at this point
Browse repository at this point
Commits on Jul 17, 2014
formatfloat.c: Typo fix in comment.
pfalcon
committed
e3737b8
View commit details
Copy full SHA for e3737b8
View code at this point
Browse repository at this point
Commits on May 3, 2014
Add license header to (almost) all files.
Show description for 04b9147
dpgeorge
committed
04b9147
View commit details
Copy full SHA for 04b9147
View code at this point
Browse repository at this point
Commits on Apr 1, 2014
Enhance str.format support
Show description for baf6f14
dhylands
committed
baf6f14
View commit details
Copy full SHA for baf6f14
View code at this point
Browse repository at this point
Commits on Mar 17, 2014
py: Clean up includes.
Show description for efe3422
xbe
committed
efe3422
View commit details
Copy full SHA for efe3422
View code at this point
Browse repository at this point
Commits on Mar 10, 2014
Rename formatfloat file; remove MICROPY_ENABLE_FLOAT from mpconfigport.h.
Show description for 8bfec2b
dpgeorge
committed
8bfec2b
View commit details
Copy full SHA for 8bfec2b
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL