const math.Ln10

4 uses

	math (current package)
		const.go#L23: 	Ln10   = 2.30258509299404568401799145468436420760110148862877297603332790 // https://oeis.org/A002392
		const.go#L24: 	Log10E = 1 / Ln10
		log10.go#L17: 	return Log(x) * (1 / Ln10)

	go/constant
		value.go#L217: 	d := float64(exp) * (math.Ln2 / math.Ln10) // log_10(2)