| Commit message (Expand) | Author | Age | Files | Lines |
* | Completed the documentation of mpfr_strtofr (concerning the exponent). | vlefevre | 2005-08-10 | 1 | -4/+4 |
* | Removed double spaces in mpfr_strtofr description (this matters | vlefevre | 2005-08-10 | 1 | -52/+52 |
* | Update information | pelissip | 2005-08-05 | 1 | -25/+25 |
* | Add documentation for MPFR stack interface | pelissip | 2005-08-01 | 1 | -4/+95 |
* | Add first version of MPFR stack interface. | pelissip | 2005-07-26 | 1 | -1/+1 |
* | Updated documentation of mpfr_strtofr. | vlefevre | 2005-07-12 | 1 | -8/+9 |
* | Fix bug of NAN and INF. | pelissip | 2005-06-10 | 1 | -1/+1 |
* | Precise that 1 is not the only value. | pelissip | 2005-05-18 | 1 | -0/+1 |
* | an 1 -> a 1. | vlefevre | 2005-05-18 | 1 | -1/+1 |
* | Add a note about special case 1 | pelissip | 2005-05-18 | 1 | -0/+4 |
* | hypot(±oo, NaN) now returns +oo, as in ISO C99 (wasn't documented). | vlefevre | 2005-05-17 | 1 | -0/+4 |
* | added missing documentation for mpfr_hypot | zimmerma | 2005-05-13 | 1 | -0/+12 |
* | Add functions mpfr_sech, mpfr_coth and mpfr_csch. | pelissip | 2005-05-04 | 1 | -0/+7 |
* | Fix bug. | pelissip | 2005-05-02 | 1 | -2/+2 |
* | Update example of use of mpfr_subnormalize. | pelissip | 2005-05-02 | 1 | -16/+14 |
* | added mpfr_eint | zimmerma | 2005-04-30 | 1 | -0/+15 |
* | Added a note about mpfr_set_d and mpfr_set_ld. | vlefevre | 2005-04-27 | 1 | -0/+6 |
* | added MPFR_VERSION_STRING | zimmerma | 2005-04-26 | 1 | -0/+8 |
* | Added a missing "-" and replaced a few "-" by @minus{}. | vlefevre | 2005-04-25 | 1 | -20/+23 |
* | Added a note for mpfr_cmp functions. | vlefevre | 2005-04-25 | 1 | -0/+7 |
* | Fix typos. | pelissip | 2005-04-22 | 1 | -3/+3 |
* | added sec, csc, cot | zimmerma | 2005-04-22 | 1 | -1/+8 |
* | added mpfr_root | zimmerma | 2005-04-22 | 1 | -2/+7 |
* | added explanation | zimmerma | 2005-04-21 | 1 | -0/+2 |
* | updated documentation and improved tests for mpfr_const_catalan | zimmerma | 2005-04-20 | 1 | -5/+8 |
* | changed semantics of mpfr_get_str for ndigits=0 | zimmerma | 2005-04-19 | 1 | -7/+13 |
* | Fix atan2 to fit C99 semantic. | pelissip | 2005-04-14 | 1 | -2/+30 |
* | Fix typos. | pelissip | 2005-04-14 | 1 | -1/+2 |
* | Add documentation for mpfr_subnormalize. | pelissip | 2005-04-14 | 1 | -16/+49 |
* | Add documentation about mpfr_atan2. | pelissip | 2005-04-07 | 1 | -1/+6 |
* | Add documentation for mpfr_erfc. | pelissip | 2005-03-31 | 1 | -0/+5 |
* | fixed bug in pow_ui (and pow_z): missing factor 2 in error bound | zimmerma | 2005-03-25 | 1 | -0/+1 |
* | Document mpfr_sum returned int value. | fousse | 2005-02-14 | 1 | -1/+4 |
* | Add description of added functions. | pelissip | 2005-02-03 | 1 | -2/+10 |
* | Update mpfr_set_q overflow problem. | pelissip | 2004-12-13 | 1 | -0/+2 |
* | Fix: GMP -> MPFR Copying Conditions (noted by Patrick). | vlefevre | 2004-11-18 | 1 | -1/+1 |
* | In HTML, suppress the non-existing link to GMP. | vlefevre | 2004-11-18 | 1 | -0/+5 |
* | Another correction (English). | vlefevre | 2004-10-19 | 1 | -1/+1 |
* | Minor correction. | vlefevre | 2004-10-19 | 1 | -1/+1 |
* | Update mpfr_set_str to be much more like strtofr. | pelissip | 2004-10-19 | 1 | -17/+22 |
* | changed contributors section | zimmerma | 2004-10-19 | 1 | -2/+3 |
* | changed "contributors" section | zimmerma | 2004-10-19 | 1 | -3/+3 |
* | Misc corrections: | vlefevre | 2004-10-18 | 1 | -27/+27 |
* | Change "unsigned int" to "int" for base in proto of strtofr. | pelissip | 2004-10-18 | 1 | -42/+50 |
* | Misc corrections. | vlefevre | 2004-10-16 | 1 | -48/+48 |
* | Updated the version on the trunk. | vlefevre | 2004-10-15 | 1 | -1/+1 |
* | Update documentation. | pelissip | 2004-10-11 | 1 | -20/+29 |
* | Added functions mpfr_rint_round, mpfr_rint_trunc, mpfr_rint_ceil, | vlefevre | 2004-09-30 | 1 | -0/+15 |
* | cmp(x,y) if x=NAN or y=NAN returns 0 and erange flag. | pelissip | 2004-09-29 | 1 | -2/+5 |
* | Update documentation and NEWS to reflect new functions | pelissip | 2004-09-29 | 1 | -16/+17 |