math/big.Float.SetString (method)

4 uses

	math/big (current package)
		floatconv.go#L22: func (z *Float) SetString(s string) (*Float, bool) {

	github.com/jackc/pgx/v5/pgtype
		numeric.go#L135: 	if bigF, ok := new(big.Float).SetString(string(src)); ok {

	go/constant
		value.go#L329: 	if f, ok := newFloat().SetString(lit); ok {

	golang.org/x/tools/internal/gcimporter
		iexport.go#L1356: 		_, ok := f.SetString(x.ExactString())