package fast

Import Path
	github.com/dop251/goja/ftoa/internal/fast (on go.dev)

Dependency Relation
	imports 4 packages, and imported by one package

Involved Source Files cachedpower.go Package fast contains code ported from V8 (https://github.com/v8/v8/blob/master/src/numbers/fast-dtoa.cc) See LICENSE_V8 for the original copyright message and disclaimer. diyfp.go dtoa.go
Package-Level Type Names (only one)
/* sort by: | */
func Dtoa(v float64, mode Mode, requested_digits int, buffer []byte) (digits []byte, decimal_point int, result bool) const ModePrecision const ModeShortest
Package-Level Functions (only one)
v must be > 0 and must not be Inf or NaN
Package-Level Constants (total 2)
const ModePrecision Mode = 1
const ModeShortest Mode = 0