Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
72
public
BigInteger toBigInteger(){
73
if
(bipart == null)
74
return
BigInteger.valueOf(lpart);
75
else
76
return
bipart;
77
}
78
79
public
BigDecimal toBigDecimal(){
80
if
(bipart == null)
Callers
6
bitLength
Method · 0.95
add
Method · 0.95
multiply
Method · 0.95
quotient
Method · 0.95
remainder
Method · 0.95
lt
Method · 0.95
Calls
1
valueOf
Method · 0.45
Tested by
no test coverage detected