gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:isnan from t2ex/bsd_source/lib/libc/src_bsd/math/s_fdim.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/s_fdim.c - 1.9KB - 46 lines
36:                                         \
37:         if (isnan(x))                  \
38:                 return (x);           \
39:         if (isnan(y))                  \
40:                 return (y);           \