summaryrefslogtreecommitdiff
path: root/deps/fpconv/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/fpconv/README.md')
-rw-r--r--deps/fpconv/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/deps/fpconv/README.md b/deps/fpconv/README.md
new file mode 100644
index 000000000..d64ca685a
--- /dev/null
+++ b/deps/fpconv/README.md
@@ -0,0 +1,9 @@
+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](https://github.com/night-shift/fpconv)).
+
+[1] https://www.cs.tufts.edu/~nr/cs257/archive/florian-loitsch/printf.pdf