valkey/deps/fpconv
Pieter Cailliau ee9ec8d73f Copyright update to reflect IP transfer from salvatore to Redis (#740)
Update references of copyright being assigned to Salvatore when it was
transferred to Redis Ltd. as per
https://github.com/valkey-io/valkey/issues/544.

---------

Signed-off-by: Pieter Cailliau <pieter@redis.com>
2024-09-03 09:00:45 -07:00
..
fpconv_dtoa.c
fpconv_dtoa.h
fpconv_powers.h
LICENSE.txt
Makefile
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