Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ decimalValue
Method
decimalValue
src/jvm/clojure/lang/Ratio.java:62–64 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
60
}
61
62
public
BigDecimal decimalValue(){
63
return
decimalValue(MathContext.UNLIMITED);
64
}
65
66
public
BigDecimal decimalValue(MathContext mc){
67
BigDecimal numerator =
new
BigDecimal(this.numerator);
Callers
1
doubleValue
Method · 0.95
Calls
1
divide
Method · 0.65
Tested by
no test coverage detected