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

Method minus

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

Source from the content-addressed store, hash-verified

128}
129
130static public Number minus(Object x){
131 return ops(x).negate((Number)x);
132}
133
134static public Number minusP(Object x){
135 return ops(x).negateP((Number)x);

Callers 5

rangeCountMethod · 0.95
negateMethod · 0.95
remainderMethod · 0.95
unchecked_minusMethod · 0.95
minusPMethod · 0.95

Calls 5

negateMethod · 0.95
opsMethod · 0.95
addMethod · 0.65
combineMethod · 0.65
doubleValueMethod · 0.45

Tested by

no test coverage detected