MCPcopy 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
136int npy_half_eq_nonan(npy_half h1, npy_half h2)
137{
138 return Half::FromBits(h1).Equal(Half::FromBits(h2));
139}
140
141int npy_half_eq(npy_half h1, npy_half h2)
142{

Callers 1

npy_half_nextafterFunction · 0.85

Calls 1

EqualMethod · 0.80

Tested by

no test coverage detected