MCPcopy Index your code
hub / github.com/ccxt/ccxt / min

Method min

java/lib/src/main/java/io/github/ccxt/base/Precise.java:117–119  ·  view source on GitHub ↗
(Precise other)

Source from the content-addressed store, hash-verified

115 }
116
117 public Precise min(Precise other) {
118 return this.lt(other) ? this : other;
119 }
120
121 public Precise max(Precise other) {
122 return this.gt(other) ? this : other;

Callers 9

describeResultMethod · 0.45
leakyBucketLoopMethod · 0.45
exceptionMessageMethod · 0.45
encodeValueMethod · 0.45
coerceArgsMethod · 0.45
toStringMethod · 0.45
stringMinMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45

Calls 1

ltMethod · 0.95

Tested by 1

describeResultMethod · 0.36