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

Method isZero

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

Source from the content-addressed store, hash-verified

116}
117
118static public boolean isZero(Object x){
119 return ops(x).isZero((Number)x);
120}
121
122static public boolean isPos(Object x){
123 return ops(x).isPos((Number)x);

Callers 2

createMethod · 0.95
hasheqFromMethod · 0.95

Calls 2

opsMethod · 0.95
isZeroMethod · 0.65

Tested by

no test coverage detected