Skip to content

Commit f7c3fdb

Browse files
authored
Update README.md
1 parent 3583395 commit f7c3fdb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,12 @@ You can see comparisons with this library's floats and the standard library's in
119119
- Make more and more of the functions work at compile-time.
120120
- This is currently difficult because my code is very generic, and relies on traits from the `num-traits` crate (that are not const-traits, because those are experimental). Once rust's const-traits are a stable language-feature, you'll see more of this.
121121
- Stabilize large bases. Currently i mostly just test base 2 and 10. For large bases (say, 1000) you tend to get integer overflow.
122+
- Stabilize very small floats (for example the 8-bit FpG711). Very small floats have terrible numeric accuracy right now for many rational functions.
122123
- Stabilize edge cases like unsigned floats, exponentless floats (fixed-point, really), and mantissaless floats (just exponentials?).
123124
- Bigfloats? (maybe for a separate crate)
124125
- Serde-integration
125126
- Proper (not convert-to-nearest-std-float) implementations of `Debug`, `Display`, and `FromStr`.
126127
- Use signaling NaN's correctly.
127128
- Make it run faster, of course!
128129

129-
Suggestions are welcome.
130+
Suggestions are welcome.

0 commit comments

Comments
 (0)