Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gonum/plot
/ minInt
Function
minInt
axis.go:568–570 ·
view source on GitHub ↗
(a, b int)
Source
from the content-addressed store, hash-verified
566
}
567
568
func
minInt(a, b int) int {
569
return
min(a, b)
570
}
571
572
func
maxInt(a, b int) int {
573
return
max(a, b)
Callers
1
Ticks
Method · 0.85
Calls
1
min
Function · 0.85
Tested by
no test coverage detected