Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ doubleValue
Method
doubleValue
src/jvm/clojure/lang/Ratio.java:58–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
}
57
58
public
double doubleValue(){
59
return
decimalValue(MathContext.DECIMAL64).doubleValue();
60
}
61
62
public
BigDecimal decimalValue(){
63
return
decimalValue(MathContext.UNLIMITED);
Callers
15
intValue
Method · 0.95
floatValue
Method · 0.95
invoke
Method · 0.45
emitUnboxed
Method · 0.45
emitValue
Method · 0.45
widenBoxedArgs
Method · 0.45
boxArg
Method · 0.45
indexOf
Method · 0.45
lastIndexOf
Method · 0.45
longCast
Method · 0.45
floatCast
Method · 0.45
doubleCast
Method · 0.45
Calls
1
decimalValue
Method · 0.95
Tested by
no test coverage detected