Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ valueOf
Method
valueOf
src/jvm/clojure/lang/BigInt.java:130–132 ·
view source on GitHub ↗
(long val)
Source
from the content-addressed store, hash-verified
128
}
129
130
public
static
BigInt valueOf(long val){
131
return
new
BigInt(val, null);
132
}
133
134
public
String toString(){
135
if
(bipart == null)
Callers
15
add
Method · 0.95
multiply
Method · 0.95
quotient
Method · 0.95
remainder
Method · 0.95
next
Method · 0.45
next
Method · 0.45
next
Method · 0.45
next
Method · 0.45
next
Method · 0.45
toBigInteger
Method · 0.45
toBigDecimal
Method · 0.45
toString
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected