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#L479: 		fmt.Fprintf(s, "%%!%c(*big.Float=%s)", format, x.String())

	github.com/coinbase/cdp-sdk/go/auth
		jwt.go#L285: 		return v.String()