math/big.Float.SetInt (method)

5 uses

	math/big (current package)
		float.go#L600: func (z *Float) SetInt(x *Int) *Float {
		float.go#L626: 		return z.SetInt(x.Num())
		float.go#L629: 	a.SetInt(x.Num())
		float.go#L630: 	b.SetInt(x.Denom())
		int.go#L470: 	return new(Float).SetInt(x).Float64()