Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ rational_gt
Function
rational_gt
numpy/core/src/umath/_rational_tests.c:308–311 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
306
}
307
308
static inline int
309
rational_gt(rational x, rational y) {
310
return rational_lt(y,x);
311
}
312
313
static inline int
314
rational_le(rational x, rational y) {
Callers
1
pyrational_richcompare
Function · 0.85
Calls
1
rational_lt
Function · 0.85
Tested by
no test coverage detected