Search | Google it | Results 1 - 1 of 1 for funcall:isnan from t2ex/bsd_source/t2ex/network/net/include/netbsd/math.h (0.00 seconds) |
354: 355: #define isunordered(x, y) (isnan(x) || isnan(y)) 356: #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y))