Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
stringDiv
Method · 0.45
Calls
5
toInt
Method · 0.95
pow
Method · 0.45
divide
Method · 0.45
multiply
Method · 0.45
toString
Method · 0.45
Tested by
no test coverage detected