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

Method __init__

ar.py:594–597  ·  view source on GitHub ↗
(self, name: str = '')

Source from the content-addressed store, hash-verified

592 """Coefficient matrix A for slope(direction)."""
593
594 def __init__(self, name: str = ''):
595 name = name or 'pi'
596 super().__init__(name)
597 self.pi = self.const
598
599 def modulo(self, e: dict[str, float]) -> dict[str, float]:
600 e = strip(e)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected