gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:isnan from t2ex/bsd_source/t2ex/network/net/include/netbsd/math.h (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/include/netbsd/math.h - 12.8KB - 488 lines
354: 
355: #define isunordered(x, y)       (isnan(x) || isnan(y))
356: #define isgreater(x, y)         (!isunordered((x), (y)) && (x) > (y))