Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ccxt/ccxt
/ subtract
Method
subtract
java/tests/src/main/java/tests/BaseTest.java:178–180 ·
view source on GitHub ↗
(Object a, Object b)
Source
from the content-addressed store, hash-verified
176
}
177
178
public
static
Object subtract(Object a, Object b) {
179
return
Helpers.subtract(a, b);
180
}
181
182
public
static
Object divide(Object a, Object b) {
183
return
Helpers.divide(a, b);
Callers
nothing calls this directly
Calls
1
subtract
Method · 0.95
Tested by
no test coverage detected