Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ npy_half_le_nonan
Function
npy_half_le_nonan
numpy/core/src/npymath/halffloat.cpp:166–169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
164
}
165
166
int npy_half_le_nonan(npy_half h1, npy_half h2)
167
{
168
return Half::FromBits(h1).LessEqual(Half::FromBits(h2));
169
}
170
171
int npy_half_le(npy_half h1, npy_half h2)
172
{
Callers
nothing calls this directly
Calls
1
LessEqual
Method · 0.80
Tested by
no test coverage detected