func math.Log10

3 uses

	math (current package)
		log10.go#L9: func Log10(x float64) float64

	github.com/prometheus/common/model
		time.go#L111: var dotPrecision = int(math.Log10(float64(second)))

	golang.org/x/pkgsite/internal/frontend
		search.go#L130: 	unit := math.Pow(10, math.Round(math.Log10(expectedErr)))