func github.com/prometheus/common/expfmt.writeFloat

3 uses

	github.com/prometheus/common/expfmt (current package)
		text_create.go#L309: 	n, err = writeFloat(w, value)
		text_create.go#L397: 		n, err = writeFloat(w, additionalLabelValue)
		text_create.go#L434: func writeFloat(w enhancedWriter, f float64) (int, error) {