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

Method isNeg

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

Source from the content-addressed store, hash-verified

124}
125
126static public boolean isNeg(Object x){
127 return ops(x).isNeg((Number)x);
128}
129
130static public Number minus(Object x){
131 return ops(x).negate((Number)x);

Callers 1

createMethod · 0.95

Calls 2

opsMethod · 0.95
isNegMethod · 0.65

Tested by

no test coverage detected