gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:fmod (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/e_remainder.c - 2.1KB - 82 lines
53: 
54:         if (hp<=0x7fdfffff) x = fmod(x,p+p);   /* now x < 2p */
55:         if (((hx-hp)|(lx-lp))==0) return zero*x;