Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ d
Function
d
numpy/core/src/umath/_rational_tests.c:167–170 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
165
}
166
167
static inline npy_int32
168
d(rational r) {
169
return r.dmm+1;
170
}
171
172
/* Assumes d_ > 0 */
173
static rational
Callers
14
rational_add
Function · 0.85
rational_subtract
Function · 0.85
rational_multiply
Function · 0.85
rational_divide
Function · 0.85
rational_floor
Function · 0.85
rational_rint
Function · 0.85
rational_inverse
Function · 0.85
rational_lt
Function · 0.85
rational_int
Function · 0.85
rational_double
Function · 0.85
pyrational_repr
Function · 0.85
pyrational_str
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected