Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ npy_half_isfinite
Function
npy_half_isfinite
numpy/core/src/npymath/halffloat.cpp:55–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
int npy_half_isfinite(npy_half h)
56
{
57
return ((h&0x7c00u) != 0x7c00u);
58
}
59
60
int npy_half_signbit(npy_half h)
61
{
Callers
1
npy_half_nextafter
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected