Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ fromLong
Method
fromLong
src/jvm/clojure/lang/BigInt.java:68–70 ·
view source on GitHub ↗
(long val)
Source
from the content-addressed store, hash-verified
66
}
67
68
public
static
BigInt fromLong(long val){
69
return
new
BigInt(val, null);
70
}
71
72
public
BigInteger toBigInteger(){
73
if
(bipart == null)
Callers
1
toBigInt
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected