| Commit message (Expand) | Author | Age | Files | Lines |
* | Source reorganization. In short: | vlefevre | 2010-08-17 | 1 | -262/+0 |
* | Replaced | vlefevre | 2010-07-30 | 1 | -1/+1 |
* | New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t). | vlefevre | 2010-05-07 | 1 | -1/+1 |
* | Changed mp_prec_t into mpfr_prec_t. | vlefevre | 2010-04-30 | 1 | -2/+2 |
* | Copyright notice update: added 2010 with | vlefevre | 2010-01-20 | 1 | -1/+1 |
* | towards -> toward (consistency). | vlefevre | 2009-09-02 | 1 | -1/+1 |
* | Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3) | vlefevre | 2009-07-30 | 1 | -1/+1 |
* | mp_rnd_t -> mpfr_rnd_t | vlefevre | 2009-06-26 | 1 | -1/+1 |
* | [atan2.c,tatan.c] reduced Ziv's initial precision and added test to have | zimmerma | 2009-03-05 | 1 | -1/+1 |
* | GMP_RNDX -> MPFR_RNDX | zimmerma | 2009-03-03 | 1 | -15/+15 |
* | 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 |
* | Final code clean-up based on icc warnings. | vlefevre | 2008-08-07 | 1 | -16/+16 |
* | Copyright notice update: added 2008 with | vlefevre | 2008-01-01 | 1 | -1/+1 |
* | Merged the feature-block branch to the trunk: | vlefevre | 2007-12-18 | 1 | -3/+6 |
* | Fixed a bug (found by Robert Bajema) in mpfr_atan2, which can occur if | vlefevre | 2007-10-04 | 1 | -0/+1 |
* | atan2.c: as we supposed some property, let's add an assertion (which | vlefevre | 2007-08-28 | 1 | -0/+2 |
* | atan2.c: improved comment. | vlefevre | 2007-08-28 | 1 | -1/+4 |
* | atan2.c: completed the underflow case. | vlefevre | 2007-08-28 | 1 | -11/+17 |
* | atan2.c: fixed the underflow case except in GMP_RNDN with | vlefevre | 2007-08-28 | 1 | -9/+19 |
* | atan2.c: implemented the special case where x is positive and y/x is | vlefevre | 2007-08-28 | 1 | -4/+12 |
* | erfc.c, atan2.c: added missing "MPFR_SAVE_EXPO_FREE (expo);" before | vlefevre | 2007-07-18 | 1 | -0/+1 |
* | now deal with underflow in y/x (remains to deal with overflow) | zimmerma | 2007-07-18 | 1 | -1/+11 |
* | atan2.c: quick-and-dirty fix for atan2(y,1) | zimmerma | 2007-07-18 | 1 | -0/+6 |
* | Added "Contributed by the Arenaire and Cacao projects, INRIA." to the | vlefevre | 2007-02-07 | 1 | -0/+1 |
* | Copyright notice update: added 2007. | vlefevre | 2007-01-10 | 1 | -1/+1 |
* | Fixed FSF address. | vlefevre | 2006-03-31 | 1 | -1/+1 |
* | Added ', Inc.' when missing after 'Free Software Foundation'. | vlefevre | 2006-01-05 | 1 | -1/+1 |
* | Updated the copyright notices according to the new GNU rules on: | vlefevre | 2006-01-05 | 1 | -1/+1 |
* | Removed trailing spaces (better for future patches, as such spaces | vlefevre | 2005-08-18 | 1 | -9/+9 |
* | Converted tabs to spaces with expand. | vlefevre | 2005-08-18 | 1 | -120/+120 |
* | Change the address of the FSF. | pelissip | 2005-06-02 | 1 | -2/+2 |
* | fixed minor problem (wrong rounding mode for x=0, y<0), thanks Geoff Bailey | zimmerma | 2005-04-20 | 1 | -2/+1 |
* | Fix atan2 to fit C99 semantic. | pelissip | 2005-04-14 | 1 | -49/+158 |
* | Add TODO. | pelissip | 2005-04-14 | 1 | -3/+27 |
* | Add TODO. | pelissip | 2005-04-13 | 1 | -1/+8 |
* | Add function mpfr_atan2 | pelissip | 2005-04-04 | 1 | -0/+72 |