Search | Google it | Results 1 - 1 of 1 for funcall:isnan from t2ex/bsd_source/lib/libc/src_bsd/math/s_fmax.c (0.00 seconds) |
37: /* Check for NaNs to avoid raising spurious exceptions. */ 38: if (isnan(x)) 39: return (y); 40: if (isnan(y)) 41: return (x);