math/big.Float.String (method, view implemented interface methods)

3 uses

	math/big (current package)
		ftoa.go#L57: func (x *Float) String() string {
		ftoa.go#L486: 		fmt.Fprintf(s, "%%!%c(*big.Float=%s)", format, x.String())

	go/constant
		value.go#L198: 		return f.String()