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()