Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ max
Method
max
src/jvm/clojure/lang/Numbers.java:4044–4046 ·
view source on GitHub ↗
(double x, double y)
Source
from the content-addressed store, hash-verified
4042
}
4043
4044
static
public
double max(double x, double y){
4045
return
Math.max(x, y);
4046
}
4047
4048
static
public
Object max(double x, long y){
4049
if
(Double.isNaN(x)){
Callers
8
TransientArrayMap
Method · 0.45
setLocal
Method · 0.45
push
Method · 0.45
addInitializedType
Method · 0.45
visitFrame
Method · 0.45
computeAllFrames
Method · 0.45
setFrameLocal
Method · 0.45
remap
Method · 0.45
Calls
3
isNaN
Method · 0.95
gt
Method · 0.95
doubleValue
Method · 0.45
Tested by
no test coverage detected