MCPcopy 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
318static inline int
319rational_ge(rational x, rational y) {
320 return !rational_lt(x,y);
321}
322
323static inline npy_int32
324rational_int(rational x) {

Callers 1

pyrational_richcompareFunction · 0.85

Calls 1

rational_ltFunction · 0.85

Tested by

no test coverage detected