Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ npy_half_lt_nonan
Function
npy_half_lt_nonan
numpy/core/src/npymath/halffloat.cpp:151–154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
149
}
150
151
int npy_half_lt_nonan(npy_half h1, npy_half h2)
152
{
153
return Half::FromBits(h1).Less(Half::FromBits(h2));
154
}
155
156
int npy_half_lt(npy_half h1, npy_half h2)
157
{
Callers
nothing calls this directly
Calls
1
Less
Method · 0.80
Tested by
no test coverage detected