const math.Ln10

3 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)