| Commit message (Expand) | Author | Age | Files | Lines |
* | GMP_RNDX -> MPFR_RNDX | zimmerma | 2009-03-03 | 1 | -28/+28 |
* | Update to LGPL v3+, as decided by the main MPFR developers. | vlefevre | 2009-03-03 | 1 | -4/+4 |
* | Copyright notice update: added 2009 with | vlefevre | 2009-01-15 | 1 | -1/+1 |
* | This is now GNU MPFR! | vlefevre | 2008-10-27 | 1 | -4/+4 |
* | Copyright notice update: added 2008 with | vlefevre | 2008-01-01 | 1 | -1/+1 |
* | changed default return value in mpfr_jn_k0 | zimmerma | 2007-11-30 | 1 | -2/+2 |
* | tests/tset_str.c: added command-line argument for output base | zimmerma | 2007-11-30 | 1 | -2/+6 |
* | jn.c: added integer overflow checking. | vlefevre | 2007-11-23 | 1 | -4/+6 |
* | fixed bug reported by Kevin Rauch: wrong sign for jn(n even, large negative x) | zimmerma | 2007-10-28 | 1 | -1/+3 |
* | jn.c: improved choice of initial precision in Taylor series (takes into | zimmerma | 2007-10-28 | 1 | -2/+32 |
* | jyn_asympt.c: new common file for asymptotic expansion in jn/yn | zimmerma | 2007-07-25 | 1 | -214/+2 |
* | contribution of first neglected term to error was wrong | zimmerma | 2007-07-24 | 1 | -3/+3 |
* | implemented asymptotic expansion for large argument in j0/j1/jn | zimmerma | 2007-07-24 | 1 | -0/+227 |
* | Untabified and removed trailing spaces. | vlefevre | 2007-06-20 | 1 | -16/+16 |
* | fixed tiny input problem with csch, j0, j1 | zimmerma | 2007-05-29 | 1 | -0/+15 |
* | fixed bug for negative even index in mpfr_jn (wrong sign) | zimmerma | 2007-04-22 | 1 | -1/+2 |
* | Changed mpfr_{jn,yn}_si (mpfr_t res, mpfr_t x, long n, ...) into | vlefevre | 2007-04-02 | 1 | -5/+5 |
* | added Bessel functions of second kind (y0, y1, yn_si) | zimmerma | 2007-03-31 | 1 | -1/+1 |
* | mpfr_jn -> mpfr_jn_si | zimmerma | 2007-03-26 | 1 | -1/+1 |
* | now check underflow for large n in mpfr_jn_si | zimmerma | 2007-03-23 | 1 | -8/+38 |
* | fixed another stupid bug | zimmerma | 2007-03-23 | 1 | -1/+1 |
* | mpfr_jn -> mpfr_jn_si, with 'int' argument changed to 'long' | zimmerma | 2007-03-23 | 1 | -5/+9 |
* | added Bessel functions of first kind: j0, j1, jn | zimmerma | 2007-03-22 | 1 | -0/+140 |