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

Function plus_all

ar.py:100–104  ·  view source on GitHub ↗
(*es: list[dict[str, float]])

Source from the content-addressed store, hash-verified

98
99
100def plus_all(*es: list[dict[str, float]]) -> dict[str, float]:
101 result = {}
102 for e in es:
103 result = plus(result, e)
104 return result
105
106
107def mult(e: dict[str, float], m: float) -> dict[str, float]:

Callers 1

registerMethod · 0.85

Calls 1

plusFunction · 0.85

Tested by

no test coverage detected