gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:isnan from t2ex/bsd_source/lib/libc/src_bsd/include/math.h (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/math.h - 11.9KB - 470 lines
101:                                         ((x) > (y) || (y) > (x)))
102: #define isunordered(x, y)       (isnan(x) || isnan(y))
103: #endif /* __ISO_C_VISIBLE >= 1999 */