Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ npy_half_isnan
Function
npy_half_isnan
numpy/core/src/npymath/halffloat.cpp:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
int npy_half_isnan(npy_half h)
46
{
47
return Half::FromBits(h).IsNaN();
48
}
49
50
int npy_half_isinf(npy_half h)
51
{
Callers
3
npy_half_nextafter
Function · 0.85
_NPY_MIN
Function · 0.85
_NPY_MAX
Function · 0.85
Calls
1
IsNaN
Method · 0.80
Tested by
no test coverage detected