Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | dtoa fix for minus zero | Fabrice Bellard | 2025-04-21 |
| | |||
* | added new dtoa library to print and parse float64 numbers. It is necessary ↵ | Fabrice Bellard | 2025-03-19 |
to fix corner cases (e.g. radix != 10) and to have correct behavior regardless of the libc implementation. |