Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
54
public
float floatValue(){
55
return
(float)doubleValue();
56
}
57
58
public
double doubleValue(){
59
return
decimalValue(MathContext.DECIMAL64).doubleValue();
Callers
8
invoke
Method · 0.45
boxArg
Method · 0.45
indexOf
Method · 0.45
lastIndexOf
Method · 0.45
floatCast
Method · 0.45
uncheckedFloatCast
Method · 0.45
float_array
Method · 0.45
addConstant
Method · 0.45
Calls
1
doubleValue
Method · 0.95
Tested by
no test coverage detected