Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/gonum/plot
/ maxInt
Function
maxInt
axis.go:572–574 ·
view source on GitHub ↗
(a, b int)
Source
from the content-addressed store, hash-verified
570
}
571
572
func
maxInt(a, b int) int {
573
return
max(a, b)
574
}
575
576
// LogTicks is suitable for the Tick.Marker field of an Axis,
577
// it returns tick marks suitable for a log-scale axis.
Callers
1
Ticks
Method · 0.85
Calls
1
max
Function · 0.85
Tested by
no test coverage detected