MCPcopy Create free account
hub / github.com/google-deepmind/alphageometry / __lt__

Method __lt__

numericals.py:191–192  ·  view source on GitHub ↗
(self, other: Line)

Source from the content-addressed store, hash-verified

189 return self.greater_than(other)
190
191 def __lt__(self, other: Line) -> bool:
192 return other.greater_than(self)
193
194 def same(self, other: Line) -> bool:
195 a, b, c = self.coefficients

Callers

nothing calls this directly

Calls 1

greater_thanMethod · 0.80

Tested by

no test coverage detected