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

Method longValue

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

Source from the content-addressed store, hash-verified

48}
49
50public long longValue(){
51 return bigIntegerValue().longValue();
52}
53
54public float floatValue(){
55 return (float)doubleValue();

Callers 15

invokeMethod · 0.45
emitUnboxedMethod · 0.45
emitValueMethod · 0.45
matchNumberMethod · 0.45
widenBoxedArgsMethod · 0.45
boxArgMethod · 0.45
matchNumberMethod · 0.45
indexOfMethod · 0.45
lastIndexOfMethod · 0.45
charCastMethod · 0.45
longCastMethod · 0.45
uncheckedCharCastMethod · 0.45

Calls 1

bigIntegerValueMethod · 0.95

Tested by

no test coverage detected