math/big.Float.SetInt (method)
4 uses
math/big (current package)
float.go#L592: func (z *Float) SetInt(x *Int) *Float {
float.go#L618: return z.SetInt(x.Num())
float.go#L621: a.SetInt(x.Num())
float.go#L622: b.SetInt(x.Denom())
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)