Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ DOUBLE_LT
Function
DOUBLE_LT
numpy/core/src/npysort/npysort_common.h:131–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
129
130
131
static inline int
132
DOUBLE_LT(npy_double a, npy_double b)
133
{
134
return a < b || (b != b && a == a);
135
}
136
137
138
static inline int
Callers
1
less
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected