MCPcopy 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
4def abs_val(num: float) -> float:

Callers

nothing calls this directly

Calls 2

test_abs_valFunction · 0.85
abs_valFunction · 0.85

Tested by

no test coverage detected