Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ bigIntegerValue
Method
bigIntegerValue
src/jvm/clojure/lang/Ratio.java:73–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
}
72
73
public
BigInteger bigIntegerValue(){
74
return
numerator.divide(denominator);
75
}
76
77
public
int
compareTo(Object o){
78
Number other = (Number)o;
Callers
2
longValue
Method · 0.95
longCast
Method · 0.80
Calls
1
divide
Method · 0.65
Tested by
no test coverage detected