gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:cos from t2ex/bsd_source/lib/libc/src_bsd/math/e_j1.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/e_j1.c - 14.7KB - 374 lines
92:                 s = sin(y);
93:                 c = cos(y);
94:                 ss = -s-c;
96: if(ix<0x7fe00000) { /* make sure y+y not overflow */ 97: z = cos(y+y); 98: if ((s*c)>zero) cc = z/ss;
151: s = sin(x); 152: c = cos(x); 153: ss = -s-c;
155: if(ix<0x7fe00000) { /* make sure x+x not overflow */ 156: z = cos(x+x); 157: if ((s*c)>zero) cc = z/ss;