Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ rational_int
Function
rational_int
numpy/core/src/umath/_rational_tests.c:323–326 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
321
}
322
323
static inline npy_int32
324
rational_int(rational x) {
325
return x.n/d(x);
326
}
327
328
static inline double
329
rational_double(rational x) {
Callers
1
pyrational_richcompare
Function · 0.85
Calls
1
d
Function · 0.85
Tested by
no test coverage detected