math/big.Float.Set (method)
10 uses
math/big (current package)
float.go#L646: func (z *Float) Set(x *Float) *Float {
float.go#L893: r.Set(x)
float.go#L1013: r.Set(x)
float.go#L1175: z.Set(x)
float.go#L1183: z.Set(x)
float.go#L1503: return z.Set(x)
float.go#L1508: return z.Set(y)
float.go#L1570: return z.Set(x)
ftoa.go#L377: x = new(Float).SetPrec(n).SetMode(x.mode).Set(x)
sqrt.go#L105: return t.Set(u)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)