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#L12: return Log(x) * (1 / Ln10)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)