Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google-deepmind/alphageometry
/ InvalidQuadSolveError
Class
InvalidQuadSolveError
numericals.py:507–508 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
505
506
507
class
InvalidQuadSolveError(Exception):
508
pass
509
510
511
def
line_circle_intersection(line: Line, circle: Circle) -> tuple[Point, Point]:
Callers
2
circle_circle_intersection
Function · 0.85
line_circle_intersection
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected