func internal/strconv.AppendFloat
6 uses
internal/strconv (current package)
ctoa.go#L29: dst = AppendFloat(dst, real(c), fmt, prec, bitSize)
ctoa.go#L31: dst = AppendFloat(dst, imag(c), fmt, prec, bitSize)
ftoa.go#L68: func AppendFloat(dst []byte, f float64, fmt byte, prec, bitSize int) []byte {
runtime
print.go#L130: gwrite(strconv.AppendFloat(buf[:0], v, 'g', -1, 64))
print.go#L138: gwrite(strconv.AppendFloat(buf[:0], float64(v), 'g', -1, 32))
strconv
number.go#L196: return strconv.AppendFloat(dst, f, fmt, prec, bitSize)
 |
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. |