MCPcopy Create free account
hub / github.com/numpy/numpy / rational_le

Function rational_le

numpy/core/src/umath/_rational_tests.c:313–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311}
312
313static inline int
314rational_le(rational x, rational y) {
315 return !rational_lt(y,x);
316}
317
318static inline int
319rational_ge(rational x, rational y) {

Callers 1

pyrational_richcompareFunction · 0.85

Calls 1

rational_ltFunction · 0.85

Tested by

no test coverage detected