README ¶ 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. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Dtoa(d float64) string type Fp Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Dtoa ¶ func Dtoa(d float64) string Types ¶ type Fp ¶ type Fp struct { // contains filtered or unexported fields } Source Files ¶ View all Source files dtoa.go fp.go powers.go Click to show internal directories. Click to hide internal directories.