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.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |