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

Method minusP

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

Source from the content-addressed store, hash-verified

132}
133
134static public Number minusP(Object x){
135 return ops(x).negateP((Number)x);
136}
137
138static public Number inc(Object x){
139 return ops(x).inc((Number)x);

Callers

nothing calls this directly

Calls 10

negatePMethod · 0.95
opsMethod · 0.95
numMethod · 0.95
fromBigIntegerMethod · 0.95
minusMethod · 0.95
addPMethod · 0.65
combineMethod · 0.65
negateMethod · 0.65
valueOfMethod · 0.45
doubleValueMethod · 0.45

Tested by

no test coverage detected