Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ _signs
Function
_signs
numpy/core/tests/test_umath.py:699–703 ·
view source on GitHub ↗
(dt)
Source
from the content-addressed store, hash-verified
697
698
699
def
_signs(dt):
700
if
dt in np.typecodes[
'UnsignedInteger'
]:
701
return
(+1,)
702
else
:
703
return
(+1, -1)
704
705
706
class
TestRemainder:
Callers
1
test_remainder_basic
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected