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

Method doubleValue

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

Source from the content-addressed store, hash-verified

56}
57
58public double doubleValue(){
59 return decimalValue(MathContext.DECIMAL64).doubleValue();
60}
61
62public BigDecimal decimalValue(){
63 return decimalValue(MathContext.UNLIMITED);

Callers 15

intValueMethod · 0.95
floatValueMethod · 0.95
invokeMethod · 0.45
emitUnboxedMethod · 0.45
emitValueMethod · 0.45
widenBoxedArgsMethod · 0.45
boxArgMethod · 0.45
indexOfMethod · 0.45
lastIndexOfMethod · 0.45
longCastMethod · 0.45
floatCastMethod · 0.45
doubleCastMethod · 0.45

Calls 1

decimalValueMethod · 0.95

Tested by

no test coverage detected