Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ INT_LT
Function
INT_LT
numpy/core/src/npysort/npysort_common.h:82–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
81
82
static inline int
83
INT_LT(npy_int a, npy_int b)
84
{
85
return a < b;
86
}
87
88
89
static inline int
Callers
1
less
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected