func strconv.ParseFloat
7 uses
strconv (current package)
number.go#L93: func ParseFloat(s string, bitSize int) (float64, error) {
encoding/json
decode.go#L198: return strconv.ParseFloat(string(n), 64)
decode.go#L842: f, err := strconv.ParseFloat(s, 64)
decode.go#L1019: n, err := strconv.ParseFloat(string(item), v.Type().Bits())
fmt
scan.go#L781: f, err := strconv.ParseFloat(str[:p], n)
scan.go#L799: f, err := strconv.ParseFloat(str, n)
github.com/go-faster/jx
dec_float.go#L276: val, err := strconv.ParseFloat(string(str), size)
 |
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. |