gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:fmodf (0.02 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/e_remainderf.c - 1.6KB - 60 lines
40: 
41:         if (hp<=0x7effffff) x = fmodf(x,p+p);  /* now x < 2p */
42:         if ((hx-hp)==0) return zero*x;