Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ BOOL_LT
Function
BOOL_LT
numpy/core/src/npysort/npysort_common.h:47–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
*/
46
47
static inline int
48
BOOL_LT(npy_bool a, npy_bool b)
49
{
50
return a < b;
51
}
52
53
54
static inline int
Callers
1
less
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected