summaryrefslogtreecommitdiff
path: root/jn.c
Commit message (Expand)AuthorAgeFilesLines
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-3/+3
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-1/+1
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-4/+4
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-28/+28
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* changed default return value in mpfr_jn_k0zimmerma2007-11-301-2/+2
* tests/tset_str.c: added command-line argument for output basezimmerma2007-11-301-2/+6
* jn.c: added integer overflow checking.vlefevre2007-11-231-4/+6
* fixed bug reported by Kevin Rauch: wrong sign for jn(n even, large negative x)zimmerma2007-10-281-1/+3
* jn.c: improved choice of initial precision in Taylor series (takes intozimmerma2007-10-281-2/+32
* 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