func strconv.AppendFloat
3 uses
strconv (current package)
ftoa.go#L53: func AppendFloat(dst []byte, f float64, fmt byte, prec, bitSize int) []byte {
encoding/json
encode.go#L550: b = strconv.AppendFloat(b, f, fmt, -1, int(bits))
fmt
format.go#L500: num := strconv.AppendFloat(f.intbuf[:1], v, byte(verb), prec, size)
 |
The pages are generated with Golds v0.7.6. (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. |