fpconv

package
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 26, 2024 License: MIT, BSL-1.0 Imports: 1 Imported by: 0

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.

Documentation

Index

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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL