Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ rational_lt
Function
rational_lt
numpy/core/src/umath/_rational_tests.c:303–306 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
301
}
302
303
static inline int
304
rational_lt(rational x, rational y) {
305
return (npy_int64)x.n*d(y) < (npy_int64)y.n*d(x);
306
}
307
308
static inline int
309
rational_gt(rational x, rational y) {
Callers
5
rational_gt
Function · 0.85
rational_le
Function · 0.85
rational_ge
Function · 0.85
npyrational_compare
Function · 0.85
pyrational_richcompare
Function · 0.85
Calls
1
d
Function · 0.85
Tested by
no test coverage detected