MCPcopy 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
308static inline int
309rational_gt(rational x, rational y) {
310 return rational_lt(y,x);
311}
312
313static inline int
314rational_le(rational x, rational y) {

Callers 1

pyrational_richcompareFunction · 0.85

Calls 1

rational_ltFunction · 0.85

Tested by

no test coverage detected