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

Function LONGDOUBLE_LT

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

Source from the content-addressed store, hash-verified

136
137
138static inline int
139LONGDOUBLE_LT(npy_longdouble a, npy_longdouble b)
140{
141 return a < b || (b != b && a == a);
142}
143
144
145static inline int

Callers 1

lessMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected