MCPcopy 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
140public int bitLength(){
141 return toBigInteger().bitLength();
142}
143
144public BigInt add(BigInt y) {
145 if ((bipart == null) && (y.bipart == null)) {

Callers 4

fromBigIntegerMethod · 0.80
matchNumberMethod · 0.80
matchNumberMethod · 0.80
longCastMethod · 0.80

Calls 1

toBigIntegerMethod · 0.95

Tested by

no test coverage detected