MCPcopy 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
64def fix_v(v: float) -> float:
65 n, d = get_quotient(v)
66 return n / d
67
68
69def fix(e: dict[str, float]) -> dict[str, float]:

Callers 1

fixFunction · 0.85

Calls 1

get_quotientFunction · 0.85

Tested by

no test coverage detected