math/big.Float.MantExp (method)

2 uses

	math/big (current package)
		float.go#L267: func (x *Float) MantExp(mant *Float) (exp int) {
		sqrt.go#L59: 	b := x.MantExp(z)