MCPcopy 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
73public BigInteger bigIntegerValue(){
74 return numerator.divide(denominator);
75}
76
77public int compareTo(Object o){
78 Number other = (Number)o;

Callers 2

longValueMethod · 0.95
longCastMethod · 0.80

Calls 1

divideMethod · 0.65

Tested by

no test coverage detected