summaryrefslogtreecommitdiff
path: root/yn.c
Commit message (Expand)AuthorAgeFilesLines
* 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