Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ rational_ne
Function
rational_ne
numpy/core/src/umath/_rational_tests.c:298–301 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
296
}
297
298
static inline int
299
rational_ne(rational x, rational y) {
300
return !rational_eq(x,y);
301
}
302
303
static inline int
304
rational_lt(rational x, rational y) {
Callers
1
pyrational_richcompare
Function · 0.85
Calls
1
rational_eq
Function · 0.85
Tested by
no test coverage detected