Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ LONG_LT
Function
LONG_LT
numpy/core/src/npysort/npysort_common.h:96–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
95
96
static inline int
97
LONG_LT(npy_long a, npy_long b)
98
{
99
return a < b;
100
}
101
102
103
static inline int
Callers
1
less
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected