gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:__kernel_rem_pio2 (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/e_rem_pio2.c - 5.3KB - 146 lines
142:         while(tx[nx-1]==zero) nx--;    /* skip zero term */
143:         n  =  __kernel_rem_pio2(tx,y,e0,nx,2);
144:         if(hx<0) {y[0] = -y[0]; y[1] = -y[1]; return -n;}