gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:j0 (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/e_j0.c - 15.1KB - 379 lines
190:         v = one+z*(v01+z*(v02+z*(v03+z*v04)));
191:         return(u/v + tpi*(j0(x)*log(x)));
192: }
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));
More results from e_jn.c