| Commit message (Expand) | Author | Age | Files | Lines |
* | mpfr_mul_2exp/mpfr_div_2exp are not obsolete | zimmerma | 2003-10-06 | 1 | -10/+4 |
* | Clearer mpfr_eq documentation (thanks to Kevin Ryde for the remark). | vlefevre | 2003-10-05 | 1 | -3/+3 |
* | Updated installation notes. | vlefevre | 2003-10-03 | 1 | -1/+5 |
* | Infinities are now accepted in mpfr_cmpabs. Updated its definition | vlefevre | 2003-10-03 | 1 | -3/+2 |
* | Use @url{} for URLs. | vlefevre | 2003-10-02 | 1 | -5/+5 |
* | As suggested by PZ: | vlefevre | 2003-10-02 | 1 | -19/+16 |
* | Updated documentation. In particular, mpfr_set_str_raw renamed | vlefevre | 2003-10-02 | 1 | -29/+17 |
* | added paragraph on support/grants | zimmerma | 2003-10-02 | 1 | -1/+7 |
* | Make node titles match section titles, and updated menus and xrefs. | vlefevre | 2003-10-02 | 1 | -32/+35 |
* | Corrections in the MPFR manual (PZ & VL). Functions mpfr_const_pi, | vlefevre | 2003-10-01 | 1 | -228/+142 |
* | Corrections up to Section 5.6 (PZ & VL). | vlefevre | 2003-09-30 | 1 | -83/+92 |
* | Corrections up to Section 4. | vlefevre | 2003-09-29 | 1 | -36/+37 |
* | Removed mpfr_inits, mpfr_inits2, mpfr_clears from the documentation. | vlefevre | 2003-09-25 | 1 | -17/+2 |
* | 8-bit ISO-8859-1 characters + consistent spelling. | vlefevre | 2003-09-25 | 1 | -4/+4 |
* | Added documentation for mpfr_greater_p, mpfr_greaterequal_p, | vlefevre | 2003-09-24 | 1 | -0/+38 |
* | Added information on special values for mpfr_pow. | vlefevre | 2003-09-24 | 1 | -55/+74 |
* | used ISO-8859-1 in AUTHORS | zimmerma | 2003-09-24 | 1 | -4/+4 |
* | Updated mpfr_pow description. | vlefevre | 2003-09-22 | 1 | -2/+2 |
* | (Converting Floats): In mpfr_get_d_2exp, the rounding mode | ryde | 2003-09-21 | 1 | -1/+1 |
* | (Assigning Floats): In mpfr_set_str and mpfr_set_str_raw, | ryde | 2003-09-21 | 1 | -3/+3 |
* | (Rounding Modes): Add blank line around @itemize. | ryde | 2003-09-21 | 1 | -0/+2 |
* | (Miscellaneous Float Functions): In mpfr_urandomb and | ryde | 2003-09-21 | 1 | -2/+2 |
* | (Assigning Floats): In mpfr_set_*, remove remarks about | ryde | 2003-09-20 | 1 | -8/+0 |
* | mpfr_round_prec is now obsolete | zimmerma | 2003-09-19 | 1 | -1/+5 |
* | New functions mpfr_inits, mpfr_inits2 and mpfr_clears to initialize or | vlefevre | 2003-09-11 | 1 | -4/+19 |
* | Changes (Patrick Pelissier's suggestions): | vlefevre | 2003-09-01 | 1 | -6/+7 |
* | (Converting Floats): mpfr_get_d_2exp stores to a long. | ryde | 2003-07-19 | 1 | -1/+1 |
* | can_round returns 0 for NaN/Inf | zimmerma | 2003-07-01 | 1 | -1/+2 |
* | mpfr_random is deprecated. | vlefevre | 2003-06-21 | 1 | -0/+1 |
* | Take the current exponent range into account in mpfr_urandomb | vlefevre | 2003-06-20 | 1 | -1/+3 |
* | added error function | zimmerma | 2003-06-12 | 1 | -0/+7 |
* | updated mpfr_cmp_d | zimmerma | 2003-05-13 | 1 | -0/+1 |
* | added Riemann Zeta function (contribution from Jean-Luc Re'my) | zimmerma | 2003-04-11 | 1 | -0/+6 |
* | Move macros down below @copying. | ryde | 2003-04-08 | 1 | -25/+27 |
* | Add @: after various abbreviations. | ryde | 2003-04-08 | 1 | -9/+9 |
* | fixed reference to Plouffe/Bailey/Borwein formula | zimmerma | 2003-03-28 | 1 | -2/+2 |
* | changed back "unsigned char *" to "char *" | zimmerma | 2003-03-26 | 1 | -3/+3 |
* | char * -> const unsigned char * for mpfr_set_str, mpfr_set_str_raw, | zimmerma | 2003-03-25 | 1 | -3/+3 |
* | fixed documentation bug in mpfr_log2 (exact results) | zimmerma | 2003-03-18 | 1 | -2/+3 |
* | Update concerning underflow problems. | vlefevre | 2003-03-17 | 1 | -1/+2 |
* | mpfr_set_str now accepts a binary exponent for base 16 | vlefevre | 2003-02-27 | 1 | -4/+6 |
* | New recommendation to install MPFR. | vlefevre | 2003-02-27 | 1 | -13/+14 |
* | document new functions (fits_*, get_ui, get_si, get_d_2exp) | zimmerma | 2003-02-13 | 1 | -4/+61 |
* | IEEE 754 / IEEE P754 -> IEEE 754-1985. | vlefevre | 2002-12-13 | 1 | -8/+8 |
* | Correction. | vlefevre | 2002-12-13 | 1 | -1/+1 |
* | Added a note about the signed zero. | vlefevre | 2002-12-13 | 1 | -0/+3 |
* | added paragraph about accuracy | zimmerma | 2002-12-12 | 1 | -0/+7 |
* | rewritten unclear paragraph about precision | zimmerma | 2002-12-12 | 1 | -16/+9 |
* | Use @ifnottex/@end iffnotex instead of @ifinfo/@end ifinfo | zimmerma | 2002-12-03 | 1 | -2/+2 |
* | Tweak some math formatting for tex. | ryde | 2002-11-29 | 1 | -50/+52 |