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

Method addP

src/jvm/clojure/lang/Numbers.java:158–160  ·  view source on GitHub ↗
(Object x, Object y)

Source from the content-addressed store, hash-verified

156}
157
158static public Number addP(Object x, Object y){
159 return ops(x).combine(ops(y)).addP((Number)x, (Number)y);
160}
161
162static public Number minus(Object x, Object y){
163 Ops yops = ops(y);

Callers 3

forceChunkMethod · 0.95
reduceMethod · 0.95
nextMethod · 0.95

Calls 5

opsMethod · 0.95
numMethod · 0.95
addPMethod · 0.65
combineMethod · 0.65
doubleValueMethod · 0.45

Tested by

no test coverage detected