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

Method toString

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

Source from the content-addressed store, hash-verified

132}
133
134public String toString(){
135 if(bipart == null)
136 return String.valueOf(lpart);
137 return bipart.toString();
138}
139
140public int bitLength(){
141 return toBigInteger().bitLength();

Callers

nothing calls this directly

Calls 1

valueOfMethod · 0.45

Tested by

no test coverage detected