gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:j0 from t2ex/bsd_source/lib/libc/src_bsd/math/e_jn.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/e_jn.c - 9.3KB - 261 lines
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: }