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

Method decimalValue

src/jvm/clojure/lang/Ratio.java:62–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60}
61
62public BigDecimal decimalValue(){
63 return decimalValue(MathContext.UNLIMITED);
64}
65
66public BigDecimal decimalValue(MathContext mc){
67 BigDecimal numerator = new BigDecimal(this.numerator);

Callers 1

doubleValueMethod · 0.95

Calls 1

divideMethod · 0.65

Tested by

no test coverage detected