MCPcopy Create free account
hub / github.com/numpy/numpy / DOUBLE_LT

Function DOUBLE_LT

numpy/core/src/npysort/npysort_common.h:131–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129
130
131static inline int
132DOUBLE_LT(npy_double a, npy_double b)
133{
134 return a < b || (b != b && a == a);
135}
136
137
138static inline int

Callers 1

lessMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected