gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:cos from t2ex/bsd_source/lib/libc/src_bsd/math/e_j0.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/e_j0.c - 15.1KB - 379 lines
91:                 s = sin(x);
92:                 c = cos(x);
93:                 ss = s-c;
95: if(ix<0x7fe00000) { /* make sure x+x not overflow */ 96: z = -cos(x+x); 97: if ((s*c)<zero) cc = z/ss;
165: s = sin(x); 166: c = cos(x); 167: ss = s-c;
173: if(ix<0x7fe00000) { /* make sure x+x not overflow */ 174: z = -cos(x+x); 175: if ((s*c)<zero) cc = z/ss;