Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ abs
Function
abs
tools/python-3.11.9-amd64/Lib/operator.py:71–73 ·
view source on GitHub ↗
Same as abs(a).
(a)
Source
from the content-addressed store, hash-verified
69
# Mathematical/Bitwise Operations *********************************************#
70
71
def
abs(a):
72
"Same as abs(a)."
73
return
_abs(a)
74
75
def
add(a, b):
76
"Same as a + b."
Callers
15
Int2AP
Function · 0.70
currency
Function · 0.70
distance
Method · 0.70
circle
Method · 0.70
_polytrafo
Method · 0.70
_undogoto
Method · 0.70
_rotate
Method · 0.70
_cmp
Function · 0.70
_format_size
Function · 0.70
_sort_key
Method · 0.70
__new__
Method · 0.70
plural
Method · 0.70
Calls
no outgoing calls
Tested by
2
test_frozentable
Method · 0.40
test_integrate
Method · 0.40