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

Method Precise

java/lib/src/main/java/io/github/ccxt/base/Precise.java:14–16  ·  view source on GitHub ↗
(Object number2)

Source from the content-addressed store, hash-verified

12
13 // -------- ctor ----------
14 public Precise(Object number2) {
15 this(number2, null);
16 }
17
18 public Precise(Object number2, Object dec2) {
19 int dec = (dec2 != null) ? toInt(dec2) : Integer.MIN_VALUE;

Callers

nothing calls this directly

Calls 5

toIntMethod · 0.95
splitMethod · 0.80
parseIntMethod · 0.80
replaceMethod · 0.80
lengthMethod · 0.45

Tested by

no test coverage detected