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())
	go/constant
		value.go#L197: 		return f.String()
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)