MCPcopy 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
1510static public Number num(Object x){
1511 return (Number) x;
1512}
1513
1514static public Number num(float x){
1515 return Float.valueOf(x);

Callers 15

matchNumberMethod · 0.95
matchNumberMethod · 0.95
firstMethod · 0.95
reduceMethod · 0.95
firstMethod · 0.95
reduceMethod · 0.95
reduceBigIntMethod · 0.95
addPMethod · 0.95
minusPMethod · 0.95
incPMethod · 0.95
decPMethod · 0.95
multiplyPMethod · 0.95

Calls 1

valueOfMethod · 0.45

Tested by

no test coverage detected