func strconv.AppendFloat
7 uses
strconv (current package)
number.go#L195: func AppendFloat(dst []byte, f float64, fmt byte, prec, bitSize int) []byte {
encoding/json
encode.go#L592: b = strconv.AppendFloat(b, f, fmt, -1, int(bits))
fmt
format.go#L497: num := strconv.AppendFloat(f.intbuf[:1], v, byte(verb), prec, size)
github.com/go-faster/jx
w_float_bits.go#L52: b = strconv.AppendFloat(b, v, fmt, -1, bits)
go.opentelemetry.io/otel/attribute
value.go#L663: out := strconv.AppendFloat(buf[:0], val, 'g', -1, 64)
value.go#L689: out := strconv.AppendFloat(scratch[:0], val, 'g', -1, 64)
value.go#L882: out := strconv.AppendFloat(buf[:0], val, 'g', -1, 64)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |