Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
134
public
String toString(){
135
if
(bipart == null)
136
return
String.valueOf(lpart);
137
return
bipart.toString();
138
}
139
140
public
int
bitLength(){
141
return
toBigInteger().bitLength();
Callers
nothing calls this directly
Calls
1
valueOf
Method · 0.45
Tested by
no test coverage detected