func strconv.AppendFloat
5 uses
strconv (current package)
ftoa.go#L53: func AppendFloat(dst []byte, f float64, fmt byte, prec, bitSize int) []byte {
encoding/json
encode.go#L551: 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.uber.org/zap/buffer
buffer.go#L79: b.bs = strconv.AppendFloat(b.bs, f, 'f', -1, bitSize)
|
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |