MCPcopy 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
45int npy_half_isnan(npy_half h)
46{
47 return Half::FromBits(h).IsNaN();
48}
49
50int npy_half_isinf(npy_half h)
51{

Callers 3

npy_half_nextafterFunction · 0.85
_NPY_MINFunction · 0.85
_NPY_MAXFunction · 0.85

Calls 1

IsNaNMethod · 0.80

Tested by

no test coverage detected