Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ npy_half_eq_nonan
Function
npy_half_eq_nonan
numpy/core/src/npymath/halffloat.cpp:136–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
}
135
136
int npy_half_eq_nonan(npy_half h1, npy_half h2)
137
{
138
return Half::FromBits(h1).Equal(Half::FromBits(h2));
139
}
140
141
int npy_half_eq(npy_half h1, npy_half h2)
142
{
Callers
1
npy_half_nextafter
Function · 0.85
Calls
1
Equal
Method · 0.80
Tested by
no test coverage detected