strconv.extFloat.frexp10 (method)
3 uses
strconv (current package)
extfloat.go#L185: func (f *extFloat) frexp10() (exp10, index int) {
extfloat.go#L218: exp10, i := c.frexp10()
extfloat.go#L240: exp10, _ := f.frexp10()
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)