File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,3 @@ to/from files, as well as performing common arithmetic operations. These
1313arithmetic operations are performed in roughly the same way arithmetic
1414is done on floating point numbers in the IEEE-754 standard, except that
1515everything is in decimal format.
16-
17- What you see here is a very rough draft of the libdfloat library. The
18- addition and atof implementations have been tested and debugged; the
19- others still need to be. I'm a very sloppy programmer most of the time,
20- so they're probably riddled with bugs and compiler errors. I just thought
21- I'd post what I have for now so people can see the progress I'm making
22- on this project. Currently there is no documentation for libdfloat; I will
23- be creating documentation once I have the library tested and working.
24-
25- UPDATE: I have now fixed any compiler errors in dfloat.c so that now it at
26- least compiles correctly. Still need to debug the functions though.
27-
28- UPDATE: The dfloatN_add(), dfloatN_atof(), and dfloatN_ftoa() functions
29- are now tested and working.
You can’t perform that action at this time.
0 commit comments