MCPcopy Index your code
hub / github.com/clojure/clojure / toBigDecimal

Method toBigDecimal

src/jvm/clojure/lang/BigInt.java:79–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77}
78
79public BigDecimal toBigDecimal(){
80 if(bipart == null)
81 return BigDecimal.valueOf(lpart);
82 else
83 return new BigDecimal(bipart);
84}
85
86///// java.lang.Number:
87

Callers

nothing calls this directly

Calls 1

valueOfMethod · 0.45

Tested by

no test coverage detected