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

Method multiplyP

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

Source from the content-addressed store, hash-verified

176}
177
178static public Number multiplyP(Object x, Object y){
179 return ops(x).combine(ops(y)).multiplyP((Number)x, (Number)y);
180}
181
182static public Number divide(Object x, Object y){
183 if (isNaN(x)){

Callers

nothing calls this directly

Calls 5

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

Tested by

no test coverage detected