math/big.Float.UnmarshalText (method, view implemented interface methods)

2 uses

	math/big (current package)
		floatmarsh.go#L113: func (z *Float) UnmarshalText(text []byte) error {

	golang.org/x/tools/internal/pkgbits
		decoder.go#L471: 	assert(v.UnmarshalText([]byte(r.String())) == nil)