MCPcopy Create free account
hub / github.com/ccxt/ccxt / min

Method min

python/ccxt/base/precise.py:133–134  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

131 return Precise(integer_result, self.decimals)
132
133 def min(self, other):
134 return self if self.lt(other) else other
135
136 def max(self, other):
137 return self if self.gt(other) else other

Callers 2

__min__Method · 0.95
string_minMethod · 0.45

Calls 1

ltMethod · 0.95

Tested by

no test coverage detected