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