MCPcopy 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
568func minInt(a, b int) int {
569 return min(a, b)
570}
571
572func maxInt(a, b int) int {
573 return max(a, b)

Callers 1

TicksMethod · 0.85

Calls 1

minFunction · 0.85

Tested by

no test coverage detected