MCPcopy
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
192func 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

minIntFunction · 0.85
strongconnectMethod · 0.85
ExampleScatter_colorFunction · 0.85
TestIssue687Function · 0.85
RectangleMethod · 0.85

Calls

no outgoing calls

Tested by 2

ExampleScatter_colorFunction · 0.68
TestIssue687Function · 0.68