Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astercloud/aster
/ min
Function
min
pkg/memory/logic/manager.go:273–278 ·
view source on GitHub ↗
min 返回两个 float64 的最小值
(a, b float64)
Source
from the content-addressed store, hash-verified
271
272
// min 返回两个 float64 的最小值
273
func
min(a, b float64) float64 {
274
if
a < b {
275
return
a
276
}
277
return
b
278
}
Callers
2
mergeMemory
Method · 0.70
extractSentence
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected