Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ bitLength
Method
bitLength
src/jvm/clojure/lang/BigInt.java:140–142 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
138
}
139
140
public
int
bitLength(){
141
return
toBigInteger().bitLength();
142
}
143
144
public
BigInt add(BigInt y) {
145
if
((bipart == null) && (y.bipart == null)) {
Callers
4
fromBigInteger
Method · 0.80
matchNumber
Method · 0.80
matchNumber
Method · 0.80
longCast
Method · 0.80
Calls
1
toBigInteger
Method · 0.95
Tested by
no test coverage detected