gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:sin 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
91:         if(ix >= 0x40000000) { /* |x| >= 2.0 */
92:                 s = sin(y);
93:                 c = cos(y);
150: if(ix >= 0x40000000) { /* |x| >= 2.0 */ 151: s = sin(x); 152: c = cos(x);