xframe/vendor/github.com/alicebob/miniredis/v2/fpconv
lwl0608 13b0b8e7a2 init 2024-10-12 12:55:20 +08:00
..
LICENSE.txt init 2024-10-12 12:55:20 +08:00
Makefile init 2024-10-12 12:55:20 +08:00
README.md init 2024-10-12 12:55:20 +08:00
dtoa.go init 2024-10-12 12:55:20 +08:00
fp.go init 2024-10-12 12:55:20 +08:00
powers.go init 2024-10-12 12:55:20 +08:00

README.md

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.