Search | Google it | Results 1 - 2 of 2 for funcall:j1 (0.00 seconds) |
183: v = one+z*(V0[0]+z*(V0[1]+z*(V0[2]+z*(V0[3]+z*V0[4])))); 184: return(x*(u/v) + tpi*(j1(x)*log(x)-one/x)); 185: }
68: if(n==0) return(j0(x)); 69: if(n==1) return(j1(x)); 70: sgn = (n&1)&(hx>>31); /* even n -- 0, odd n -- sign(x) */