math/big.Float.SetInt (method)

5 uses

	math/big (current package)
		float.go#L599: func (z *Float) SetInt(x *Int) *Float {
		float.go#L625: 		return z.SetInt(x.Num())
		float.go#L628: 	a.SetInt(x.Num())
		float.go#L629: 	b.SetInt(x.Denom())
		int.go#L467: 	return new(Float).SetInt(x).Float64()