gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:sin 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
90:         if(ix >= 0x40000000) { /* |x| >= 2.0 */
91:                 s = sin(x);
92:                 c = cos(x);
164: */ 165: s = sin(x); 166: c = cos(x);