math/big.Rat.SetInt64 (method)

2 uses

	math/big (current package)
		float.go#L1171: 		return z.SetInt64(0), Exact
		rat.go#L340: func (z *Rat) SetInt64(x int64) *Rat {