summaryrefslogtreecommitdiff
path: root/examples/redis-unstable/deps/fpconv/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/redis-unstable/deps/fpconv/README.md')
-rw-r--r--examples/redis-unstable/deps/fpconv/README.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/redis-unstable/deps/fpconv/README.md b/examples/redis-unstable/deps/fpconv/README.md
deleted file mode 100644
index d64ca68..0000000
--- a/examples/redis-unstable/deps/fpconv/README.md
+++ /dev/null
@@ -1,9 +0,0 @@
-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