MCPcopy Index your code
hub / github.com/ccxt/ccxt / stringMod

Method stringMod

java/lib/src/main/java/io/github/ccxt/base/Precise.java:317–320  ·  view source on GitHub ↗
(Object a, Object b)

Source from the content-addressed store, hash-verified

315 }
316
317 public static String stringMod(Object a, Object b) {
318 if (a == null || b == null) return null;
319 return new Precise(a).mod(new Precise(b)).toString();
320 }
321
322 // -------- utilities --------
323 private static int toInt(Object o) {

Callers 4

transferMethod · 0.95
testPreciseMethod · 0.95

Calls 2

toStringMethod · 0.45
modMethod · 0.45

Tested by 2

testPreciseMethod · 0.76