func math.ilogb 3 uses math (current package) logb.go#L23: return float64(ilogb(x)) logb.go#L42: return ilogb(x) logb.go#L47: func ilogb(x float64) int {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)