Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ rational_ge
Function
rational_ge
numpy/core/src/umath/_rational_tests.c:318–321 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
316
}
317
318
static inline int
319
rational_ge(rational x, rational y) {
320
return !rational_lt(x,y);
321
}
322
323
static inline npy_int32
324
rational_int(rational x) {
Callers
1
pyrational_richcompare
Function · 0.85
Calls
1
rational_lt
Function · 0.85
Tested by
no test coverage detected