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

File absMin.py

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

Source from the content-addressed store, hash-verified

1from Maths.abs import absVal
2def absMin(x):
3 """
4 # >>>absMin([0,5,1,11])

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected