gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:isunordered (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/math.h - 11.9KB - 470 lines
95: 
96: #define isgreater(x, y)         (!isunordered((x), (y)) && (x) > (y))
97: #define isgreaterequal(x, y)    (!isunordered((x), (y)) && (x) >= (y))
More results from math.h
bsd_source/t2ex/network/net/include/netbsd/math.h - 12.8KB - 488 lines
355: #define isunordered(x, y)       (isnan(x) || isnan(y))
356: #define isgreater(x, y)         (!isunordered((x), (y)) && (x) > (y))
357: #define isgreaterequal(x, y)    (!isunordered((x), (y)) && (x) >= (y))
More results from math.h