Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
toInt
Method · 0.95
split
Method · 0.80
parseInt
Method · 0.80
replace
Method · 0.80
length
Method · 0.45
Tested by
no test coverage detected