MCPcopy
hub / github.com/ccxt/ccxt / multiply

Method multiply

java/tests/src/main/java/tests/BaseTest.java:174–176  ·  view source on GitHub ↗
(Object a, Object b)

Source from the content-addressed store, hash-verified

172 }
173
174 public static Object multiply(Object a, Object b) {
175 return Helpers.multiply(a, b);
176 }
177
178 public static Object subtract(Object a, Object b) {
179 return Helpers.subtract(a, b);

Callers

nothing calls this directly

Calls 1

multiplyMethod · 0.95

Tested by

no test coverage detected