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

Method div

java/lib/src/main/java/io/github/ccxt/base/Precise.java:49–51  ·  view source on GitHub ↗
(Precise other)

Source from the content-addressed store, hash-verified

47 }
48
49 public Precise div(Precise other) {
50 return div(other, 18);
51 }
52
53 public Precise div(Precise other, Object precision2) {
54 int precision = (precision2 == null) ? 18 : toInt(precision2);

Callers 1

stringDivMethod · 0.45

Calls 5

toIntMethod · 0.95
powMethod · 0.45
divideMethod · 0.45
multiplyMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected