gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:y0 (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/e_jn.c - 9.3KB - 261 lines
222:         }
223:         if(n==0) return(y0(x));
224:         if(n==1) return(sign*y1(x));
248: u_int32_t high; 249: a = y0(x); 250: b = y1(x);