mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 08:08:53 -05:00
730c64a94d
This adds a Muon- and Meson-compatible build system alongside the existing Makefiles. The legacy build system will be removed later. Signed-off-by: Drew DeVault <sir@cmpwn.com> |
||
---|---|---|
.. | ||
fpconv_dtoa.c | ||
fpconv_dtoa.h | ||
fpconv_powers.h | ||
LICENSE.txt | ||
Makefile | ||
meson.build | ||
README.md |
libfpconv
Fast and accurate double to string conversion based on Florian Loitsch's Grisu-algorithm[1].
This port contains a subset of the 'C' version of Fast and accurate double to string conversion based on Florian Loitsch's Grisu-algorithm available at github.com/night-shift/fpconv).
[1] https://www.cs.tufts.edu/~nr/cs257/archive/florian-loitsch/printf.pdf