Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ doubleCast
Method
doubleCast
src/jvm/clojure/lang/RT.java:1372–1374 ·
view source on GitHub ↗
(Object x)
Source
from the content-addressed store, hash-verified
1370
}
1371
1372
static
public
double doubleCast(Object x){
1373
return
((Number) x).doubleValue();
1374
}
1375
1376
static
public
double doubleCast(byte x){
1377
return
x;
Callers
14
coerceAdapterReturn
Method · 0.95
invokeD
Method · 0.95
invokeLD
Method · 0.95
invokeDD
Method · 0.95
invokeOD
Method · 0.95
invokeLLD
Method · 0.95
invokeLOD
Method · 0.95
invokeOLD
Method · 0.95
invokeDDD
Method · 0.95
invokeLDD
Method · 0.95
invokeDLD
Method · 0.95
invokeOOD
Method · 0.95
Calls
1
doubleValue
Method · 0.45
Tested by
no test coverage detected