MCPcopy 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
71def abs(a):
72 "Same as abs(a)."
73 return _abs(a)
74
75def add(a, b):
76 "Same as a + b."

Callers 15

Int2APFunction · 0.70
currencyFunction · 0.70
distanceMethod · 0.70
circleMethod · 0.70
_polytrafoMethod · 0.70
_undogotoMethod · 0.70
_rotateMethod · 0.70
_cmpFunction · 0.70
_format_sizeFunction · 0.70
_sort_keyMethod · 0.70
__new__Method · 0.70
pluralMethod · 0.70

Calls

no outgoing calls

Tested by 2

test_frozentableMethod · 0.40
test_integrateMethod · 0.40