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

Method decP

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

Source from the content-addressed store, hash-verified

148}
149
150static public Number decP(Object x){
151 return ops(x).decP((Number)x);
152}
153
154static public Number add(Object x, Object y){
155 return ops(x).combine(ops(y)).add((Number)x, (Number)y);

Callers

nothing calls this directly

Calls 4

opsMethod · 0.95
numMethod · 0.95
decPMethod · 0.65
decMethod · 0.65

Tested by

no test coverage detected