Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gonum/plot
/ min
Function
min
text/text.go:192–200 ·
view source on GitHub ↗
(d ...vg.Length)
Source
from the content-addressed store, hash-verified
190
}
191
192
func
min(d ...vg.Length) vg.Length {
193
o := vg.Length(math.Inf(1))
194
for
_, dd :=
range
d {
195
if
dd < o {
196
o = dd
197
}
198
}
199
return
o
200
}
Callers
5
minInt
Function · 0.85
strongconnect
Method · 0.85
ExampleScatter_color
Function · 0.85
TestIssue687
Function · 0.85
Rectangle
Method · 0.85
Calls
no outgoing calls
Tested by
2
ExampleScatter_color
Function · 0.68
TestIssue687
Function · 0.68