Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
50
public
long longValue(){
51
return
bigIntegerValue().longValue();
52
}
53
54
public
float floatValue(){
55
return
(float)doubleValue();
Callers
15
invoke
Method · 0.45
emitUnboxed
Method · 0.45
emitValue
Method · 0.45
matchNumber
Method · 0.45
widenBoxedArgs
Method · 0.45
boxArg
Method · 0.45
matchNumber
Method · 0.45
indexOf
Method · 0.45
lastIndexOf
Method · 0.45
charCast
Method · 0.45
longCast
Method · 0.45
uncheckedCharCast
Method · 0.45
Calls
1
bigIntegerValue
Method · 0.95
Tested by
no test coverage detected