Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ npy_half_ge
Function
npy_half_ge
numpy/core/src/npymath/halffloat.cpp:176–179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
174
}
175
176
int npy_half_ge(npy_half h1, npy_half h2)
177
{
178
return npy_half_le(h2, h1);
179
}
180
181
npy_half npy_half_divmod(npy_half h1, npy_half h2, npy_half *modulus)
182
{
Callers
1
_NPY_MAX
Function · 0.85
Calls
1
npy_half_le
Function · 0.85
Tested by
no test coverage detected