Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/Python
/ abs.py
File
abs.py
maths/abs.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"Absolute Value."
""
2
3
4
def
abs_val(num: float) -> float:
Callers
nothing calls this directly
Calls
2
test_abs_val
Function · 0.85
abs_val
Function · 0.85
Tested by
no test coverage detected