Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ccxt/ccxt
/ max
Method
max
java/lib/src/main/java/io/github/ccxt/base/Precise.java:121–123 ·
view source on GitHub ↗
(Precise other)
Source
from the content-addressed store, hash-verified
119
}
120
121
public
Precise max(Precise other) {
122
return
this.gt(other) ? this : other;
123
}
124
125
public
boolean gt(Precise other) {
126
Precise sum = this.sub(other);
Callers
11
rollingWindowLoop
Method · 0.45
adaptForVarArgs
Method · 0.45
Slice
Method · 0.45
DecimalToPrecision
Method · 0.45
PrecisionFromString
Method · 0.45
mod
Method · 0.45
toString
Method · 0.45
stringMax
Method · 0.45
WsClient
Class · 0.45
callExchangeMethodDynamically
Method · 0.45
main
Method · 0.45
Calls
1
gt
Method · 0.95
Tested by
1
callExchangeMethodDynamically
Method · 0.36