math/big.Float.SetMantExp (method)
4 uses
math/big (current package)
float.go#L319: func (z *Float) SetMantExp(mant *Float, exp int) *Float {
sqrt.go#L81: return z.SetMantExp(z, b/2)
golang.org/x/tools/internal/gcimporter
iexport.go#L1207: mant.SetMantExp(&mant, int(prec))
iimport.go#L785: f.SetMantExp(&f, int(r.int64()))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)