MCPcopy 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
68public static BigInt fromLong(long val){
69 return new BigInt(val, null);
70}
71
72public BigInteger toBigInteger(){
73 if(bipart == null)

Callers 1

toBigIntMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected