MCPcopy 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

rollingWindowLoopMethod · 0.45
adaptForVarArgsMethod · 0.45
SliceMethod · 0.45
DecimalToPrecisionMethod · 0.45
PrecisionFromStringMethod · 0.45
modMethod · 0.45
toStringMethod · 0.45
stringMaxMethod · 0.45
WsClientClass · 0.45
mainMethod · 0.45

Calls 1

gtMethod · 0.95

Tested by 1