miniredis/fpconv
2024-03-27 19:54:56 +01:00
..
dtoa.go use grisu2 for formatting (#347) 2023-10-04 12:57:50 +02:00
fp.go use grisu2 for formatting (#347) 2023-10-04 12:57:50 +02:00
fpconv_test.go use grisu2 for formatting (#347) 2023-10-04 12:57:50 +02:00
fuzz_test.go fuzz is in 1.18, not 1.16 2024-03-27 19:54:56 +01:00
LICENSE.txt use grisu2 for formatting (#347) 2023-10-04 12:57:50 +02:00
Makefile use grisu2 for formatting (#347) 2023-10-04 12:57:50 +02:00
powers.go use grisu2 for formatting (#347) 2023-10-04 12:57:50 +02:00
README.md use grisu2 for formatting (#347) 2023-10-04 12:57:50 +02:00

This is a translation of the actual C code in Redis (7.2) which does the float -> string conversion. Strconv does a close enough job, but we can use the exact same logic, so why not.