Search | Google it | Results 1 - 1 of 1 for funcall:j0 from t2ex/bsd_source/lib/libc/src_bsd/math/e_jn.c (0.00 seconds) |
67: } 68: if(n==0) return(j0(x)); 69: if(n==1) return(j1(x)); 97: } else { 98: a = j0(x); 99: b = j1(x); 198: } 199: b = (t*j0(x)/b); 200: }