math/big.Rat.SetString (method)

4 uses

	math/big (current package)
		ratconv.go#L34: 	if _, ok := z.SetString(string(tok)); !ok {
		ratconv.go#L58: func (z *Rat) SetString(s string) (*Rat, bool) {
		ratmarsh.go#L71: 	if _, ok := z.SetString(string(text)); !ok {

	go/constant
		value.go#L334: 			if r, ok := newRat().SetString(lit); ok {