Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cactus-compute/cactus
/ abs
Method
abs
python/src/graph.py:311–312 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
309
return
self.g.divide(self, other)
310
311
def
abs(self):
312
return
self.g.abs(self)
313
314
def
pow(self, exponent):
315
return
self.g.pow(self, exponent)
Callers
nothing calls this directly
Calls
1
abs
Method · 0.45
Tested by
no test coverage detected