redict/deps/fpconv
Drew DeVault 730c64a94d all: implement meson/muon build system
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>
2024-09-18 10:04:02 +02:00
..
fpconv_dtoa.c optimizing d2string() and addReplyDouble() with grisu2: double to string conversion based on Florian Loitsch's Grisu-algorithm (#10587) 2022-10-15 12:17:41 +03:00
fpconv_dtoa.h optimizing d2string() and addReplyDouble() with grisu2: double to string conversion based on Florian Loitsch's Grisu-algorithm (#10587) 2022-10-15 12:17:41 +03:00
fpconv_powers.h optimizing d2string() and addReplyDouble() with grisu2: double to string conversion based on Florian Loitsch's Grisu-algorithm (#10587) 2022-10-15 12:17:41 +03:00
LICENSE.txt optimizing d2string() and addReplyDouble() with grisu2: double to string conversion based on Florian Loitsch's Grisu-algorithm (#10587) 2022-10-15 12:17:41 +03:00
Makefile optimizing d2string() and addReplyDouble() with grisu2: double to string conversion based on Florian Loitsch's Grisu-algorithm (#10587) 2022-10-15 12:17:41 +03:00
meson.build all: implement meson/muon build system 2024-09-18 10:04:02 +02:00
README.md optimizing d2string() and addReplyDouble() with grisu2: double to string conversion based on Florian Loitsch's Grisu-algorithm (#10587) 2022-10-15 12:17:41 +03:00

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