MCPcopy Index your code
hub / github.com/clojure/clojure / toBigInteger

Method toBigInteger

src/jvm/clojure/lang/BigInt.java:72–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70}
71
72public BigInteger toBigInteger(){
73 if(bipart == null)
74 return BigInteger.valueOf(lpart);
75 else
76 return bipart;
77}
78
79public BigDecimal toBigDecimal(){
80 if(bipart == null)

Callers 6

bitLengthMethod · 0.95
addMethod · 0.95
multiplyMethod · 0.95
quotientMethod · 0.95
remainderMethod · 0.95
ltMethod · 0.95

Calls 1

valueOfMethod · 0.45

Tested by

no test coverage detected