MCPcopy Create free account
hub / github.com/subbarayudu-j/TheAlgorithms-Python / absMax.py

File absMax.py

Maths/absMax.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1def absMax(x):
2 """
3 #>>>absMax([0,5,1,11])
4 11

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected