math/big.Float.MantExp (method)
6 uses
math/big (current package)
float.go#L268: func (x *Float) MantExp(mant *Float) (exp int) {
sqrt.go#L59: b := x.MantExp(z)
go/constant
value.go#L212: exp := f.MantExp(&mant) // 0.5 <= |mant| < 1.0
value.go#L370: e := x.MantExp(nil)
golang.org/x/tools/internal/gcimporter
bexport.go#L635: exp := f.MantExp(&m)
iexport.go#L1067: exp := int64(f.MantExp(&mant))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)