summaryrefslogtreecommitdiff
path: root/dtoa.h
Commit message (Collapse)AuthorAge
* added new dtoa library to print and parse float64 numbers. It is necessary ↵Fabrice Bellard2025-03-19
to fix corner cases (e.g. radix != 10) and to have correct behavior regardless of the libc implementation.