const math.Ln2
6 uses
math (current package)
acosh.go#L58: return Log(x) + Ln2 // x > 2**28
const.go#L21: Ln2 = 0.693147180559945309417232121458176568075500134360255254120680009 // https://oeis.org/A002162
const.go#L22: Log2E = 1 / Ln2
erfinv.go#L99: r := Sqrt(Ln2 - Log(1.0-x))
log10.go#L36: return Log(frac)*(1/Ln2) + float64(exp)
go/constant
value.go#L217: d := float64(exp) * (math.Ln2 / math.Ln10) // log_10(2)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)