gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:rint (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/e_scalb.c - 1.0KB - 44 lines
38:         }
39:         if (rint(fn)!=fn) return (fn-fn)/(fn-fn);
40:         if ( fn > 65000.0) return scalbn(x, 65000);
bsd_source/lib/libc/src_bsd/math/s_nearbyint.c - 1.5KB - 59 lines
28:         /* feholdexcept(&fenv); */
29:         res = rint(x);
30:         /* fesetenv(&fenv); */