Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/git-lfs/git-lfs
/ log
Function
log
tools/humanize/humanize.go:168–170 ·
view source on GitHub ↗
log takes the log base "b" of "n" (\log_b{n})
(n, b float64)
Source
from the content-addressed store, hash-verified
166
167
// log takes the log base "b" of "n" (\log_b{n})
168
func
log(n, b float64) float64 {
169
return
math.Log(n) / math.Log(b)
170
}
Callers
2
FormatBytes
Function · 0.70
FormatByteRate
Function · 0.70
Calls
1
Log
Method · 0.80
Tested by
no test coverage detected