math/big.Float.Set (method)
10 uses
math/big (current package)
float.go#L654: func (z *Float) Set(x *Float) *Float {
float.go#L901: r.Set(x)
float.go#L1021: r.Set(x)
float.go#L1183: z.Set(x)
float.go#L1191: z.Set(x)
float.go#L1511: return z.Set(x)
float.go#L1516: return z.Set(y)
float.go#L1578: return z.Set(x)
ftoa.go#L377: x = new(Float).SetPrec(n).SetMode(x.mode).Set(x)
sqrt.go#L107: return t.Set(u)
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |