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

Method isPos

src/jvm/clojure/lang/Numbers.java:122–124  ·  view source on GitHub ↗
(Object x)

Source from the content-addressed store, hash-verified

120}
121
122static public boolean isPos(Object x){
123 return ops(x).isPos((Number)x);
124}
125
126static public boolean isNeg(Object x){
127 return ops(x).isNeg((Number)x);

Callers 1

createMethod · 0.95

Calls 2

opsMethod · 0.95
isPosMethod · 0.65

Tested by

no test coverage detected