Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google-deepmind/alphageometry
/ fix_v
Function
fix_v
ar.py:64–66 ·
view source on GitHub ↗
(v: float)
Source
from the content-addressed store, hash-verified
62
63
64
def
fix_v(v: float) -> float:
65
n, d = get_quotient(v)
66
return
n / d
67
68
69
def
fix(e: dict[str, float]) -> dict[str, float]:
Callers
1
fix
Function · 0.85
Calls
1
get_quotient
Function · 0.85
Tested by
no test coverage detected