Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ccxt/ccxt
/ mathMax
Method
mathMax
java/tests/src/main/java/tests/BaseTest.java:166–168 ·
view source on GitHub ↗
(Object a, Object b)
Source
from the content-addressed store, hash-verified
164
}
165
166
public
static
Object mathMax(Object a, Object b) {
167
return
Helpers.mathMax(a, b);
168
}
169
170
public
static
Object add(Object a, Object b) {
171
return
Helpers.add(a, b);
Callers
nothing calls this directly
Calls
1
mathMax
Method · 0.95
Tested by
no test coverage detected