MCPcopy 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
130public static BigInt valueOf(long val){
131 return new BigInt(val, null);
132}
133
134public String toString(){
135 if(bipart == null)

Callers 15

addMethod · 0.95
multiplyMethod · 0.95
quotientMethod · 0.95
remainderMethod · 0.95
nextMethod · 0.45
nextMethod · 0.45
nextMethod · 0.45
nextMethod · 0.45
nextMethod · 0.45
toBigIntegerMethod · 0.45
toBigDecimalMethod · 0.45
toStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected