Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ min
Method
min
src/jvm/clojure/lang/Numbers.java:4138–4140 ·
view source on GitHub ↗
(double x, double y)
Source
from the content-addressed store, hash-verified
4136
4137
4138
static
public
double min(double x, double y){
4139
return
Math.min(x, y);
4140
}
4141
4142
static
public
Object min(double x, long y){
4143
if
(Double.isNaN(x)){
Callers
4
emitArgsAndCall
Method · 0.45
chunkedFirst
Method · 0.45
forEachRemaining
Method · 0.45
merge
Method · 0.45
Calls
3
isNaN
Method · 0.95
lt
Method · 0.95
doubleValue
Method · 0.45
Tested by
no test coverage detected