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

Method floatValue

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

Source from the content-addressed store, hash-verified

52}
53
54public float floatValue(){
55 return (float)doubleValue();
56}
57
58public double doubleValue(){
59 return decimalValue(MathContext.DECIMAL64).doubleValue();

Callers 8

invokeMethod · 0.45
boxArgMethod · 0.45
indexOfMethod · 0.45
lastIndexOfMethod · 0.45
floatCastMethod · 0.45
uncheckedFloatCastMethod · 0.45
float_arrayMethod · 0.45
addConstantMethod · 0.45

Calls 1

doubleValueMethod · 0.95

Tested by

no test coverage detected