summaryrefslogtreecommitdiff
path: root/jn.c
Commit message (Expand)AuthorAgeFilesLines
* jyn_asympt.c: new common file for asymptotic expansion in jn/ynzimmerma2007-07-251-214/+2
* contribution of first neglected term to error was wrongzimmerma2007-07-241-3/+3
* implemented asymptotic expansion for large argument in j0/j1/jnzimmerma2007-07-241-0/+227
* Untabified and removed trailing spaces.vlefevre2007-06-201-16/+16
* fixed tiny input problem with csch, j0, j1zimmerma2007-05-291-0/+15
* fixed bug for negative even index in mpfr_jn (wrong sign)zimmerma2007-04-221-1/+2
* Changed mpfr_{jn,yn}_si (mpfr_t res, mpfr_t x, long n, ...) intovlefevre2007-04-021-5/+5
* added Bessel functions of second kind (y0, y1, yn_si)zimmerma2007-03-311-1/+1
* mpfr_jn -> mpfr_jn_sizimmerma2007-03-261-1/+1
* now check underflow for large n in mpfr_jn_sizimmerma2007-03-231-8/+38
* fixed another stupid bugzimmerma2007-03-231-1/+1
* mpfr_jn -> mpfr_jn_si, with 'int' argument changed to 'long'zimmerma2007-03-231-5/+9
* added Bessel functions of first kind: j0, j1, jnzimmerma2007-03-221-0/+140