Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ num
Method
num
src/jvm/clojure/lang/Numbers.java:1510–1512 ·
view source on GitHub ↗
(Object x)
Source
from the content-addressed store, hash-verified
1508
}
1509
1510
static
public
Number num(Object x){
1511
return
(Number) x;
1512
}
1513
1514
static
public
Number num(float x){
1515
return
Float.valueOf(x);
Callers
15
matchNumber
Method · 0.95
matchNumber
Method · 0.95
first
Method · 0.95
reduce
Method · 0.95
first
Method · 0.95
reduce
Method · 0.95
reduceBigInt
Method · 0.95
addP
Method · 0.95
minusP
Method · 0.95
incP
Method · 0.95
decP
Method · 0.95
multiplyP
Method · 0.95
Calls
1
valueOf
Method · 0.45
Tested by
no test coverage detected