summaryrefslogtreecommitdiff
path: root/yn.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* r5689 undone: some casts were incorrect (mp_exp_t may be greater thanvlefevre2008-11-221-1/+1
* fixed some signed/unsigned warnings with g++ (please review)zimmerma2008-11-221-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Final code clean-up based on icc warnings.vlefevre2008-08-071-94/+102
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* Merged the feature-block branch to the trunk:vlefevre2007-12-181-3/+5
* jyn_asympt.c: new common file for asymptotic expansion in jn/ynzimmerma2007-07-251-3/+17
* yn.c: untabify.vlefevre2007-05-291-47/+47
* fix for small inputs in y1zimmerma2007-05-291-0/+37
* fixed problem of tiny arguments for y0zimmerma2007-05-291-0/+64
* Removed unused variables.vlefevre2007-05-021-1/+1
* Changed mpfr_{jn,yn}_si (mpfr_t res, mpfr_t x, long n, ...) intovlefevre2007-04-021-7/+7
* added Bessel functions of second kind (y0, y1, yn_si)zimmerma2007-03-311-0/+295