diff options
Diffstat (limited to 'examples/redis-unstable/deps/fpconv/README.md')
| -rw-r--r-- | examples/redis-unstable/deps/fpconv/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/redis-unstable/deps/fpconv/README.md b/examples/redis-unstable/deps/fpconv/README.md new file mode 100644 index 0000000..d64ca68 --- /dev/null +++ b/examples/redis-unstable/deps/fpconv/README.md | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | libfpconv | ||
| 2 | |||
| 3 | ---------------------------------------------- | ||
| 4 | |||
| 5 | Fast and accurate double to string conversion based on Florian Loitsch's Grisu-algorithm[1]. | ||
| 6 | |||
| 7 | 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)). | ||
| 8 | |||
| 9 | [1] https://www.cs.tufts.edu/~nr/cs257/archive/florian-loitsch/printf.pdf | ||
