| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed the bug reported by David Billinghurst to the MPFR mailing-list | vlefevre | 2007-07-03 | 1 | -2/+3 |
* | Reformat. | vlefevre | 2007-07-02 | 1 | -4/+4 |
* | Updated version to 2.4.0-dev. | vlefevre | 2007-07-02 | 1 | -1/+1 |
* | Added mpfr_fms based on mpfr_fma. | vlefevre | 2007-07-01 | 1 | -1/+6 |
* | Documented log(-0). | vlefevre | 2007-06-19 | 1 | -2/+2 |
* | mpfr.texi: updated Section "Floating-Point Values on Special Numbers". | vlefevre | 2007-06-18 | 1 | -19/+29 |
* | [mpfr.texi] Small change in new Section "Floating-Point Values on | vlefevre | 2007-06-05 | 1 | -3/+3 |
* | mpfr.texi: updated Section "Floating-Point Values on Special Numbers". | vlefevre | 2007-06-01 | 1 | -3/+4 |
* | mpfr.texi: updated Section "Floating-Point Values on Special Numbers". | vlefevre | 2007-06-01 | 1 | -16/+36 |
* | mpfr.texi: updated month. | vlefevre | 2007-06-01 | 1 | -1/+1 |
* | mpfr.texi: added @: after "resp." (when it was missing). | vlefevre | 2007-06-01 | 1 | -5/+5 |
* | Started a new section "Floating-Point Values on Special Numbers". | vlefevre | 2007-05-31 | 1 | -0/+27 |
* | mpfr.texi: inf -> Inf for consistency. | vlefevre | 2007-05-31 | 1 | -8/+8 |
* | mpfr.texi @deftypefun correction: void * -> {void *} (for the PDF). | vlefevre | 2007-05-31 | 1 | -1/+1 |
* | mpfr.texi: consistency changes in section titles; made titles unique. | vlefevre | 2007-05-31 | 1 | -25/+25 |
* | Documented the new behavior of mpfr_sgn (in fact, it was already partly | vlefevre | 2007-05-30 | 1 | -1/+1 |
* | mpfr.texi: corrections following the remarks by Nathalie Revol. | vlefevre | 2007-05-30 | 1 | -4/+4 |
* | improved documentation of mpfr_set/get_decimal64 functions | zimmerma | 2007-05-28 | 1 | -5/+7 |
* | mpfr.texi: small improvement. | vlefevre | 2007-05-28 | 1 | -2/+2 |
* | mpfr.texi: typography corrections concerning "i.e.". | vlefevre | 2007-05-28 | 1 | -6/+5 |
* | mpfr.texi: consistency changes. | vlefevre | 2007-05-28 | 1 | -9/+6 |
* | mpfr.texi: more details in Section "Exceptions". | vlefevre | 2007-05-28 | 1 | -5/+19 |
* | fixed two issues found by Kaveh Ghazi: | zimmerma | 2007-05-03 | 1 | -0/+1 |
* | mpfr.texi: added mpfr_lgamma. | vlefevre | 2007-05-03 | 1 | -4/+11 |
* | argument quo of remquo is now a pointer to long instead of int | zimmerma | 2007-05-02 | 1 | -2/+5 |
* | changed order of arguments: now mpfr_remquo (r, q, x, y, rnd). | zimmerma | 2007-05-02 | 1 | -2/+2 |
* | added mpfr_remquo and mpfr_remainder | zimmerma | 2007-05-02 | 1 | -0/+13 |
* | MPFR manual: added a brief description of mpfr_t (this may be needed | vlefevre | 2007-04-05 | 1 | -1/+3 |
* | Changed mpfr_{jn,yn}_si (mpfr_t res, mpfr_t x, long n, ...) into | vlefevre | 2007-04-02 | 1 | -4/+4 |
* | added Bessel functions of second kind (y0, y1, yn_si) | zimmerma | 2007-03-31 | 1 | -0/+11 |
* | mpfr.texi: INF -> Inf for consistency. | vlefevre | 2007-03-30 | 1 | -10/+10 |
* | mpfr.texi: PI -> Pi for consistency. | vlefevre | 2007-03-30 | 1 | -1/+1 |
* | mpfr.texi: -0 -> @minus{}0. | vlefevre | 2007-03-29 | 1 | -4/+6 |
* | mpfr.texi: fixed bug introduced in rev 4377, which made TeX fail. | vlefevre | 2007-03-29 | 1 | -1/+1 |
* | mpfr_jn -> mpfr_jn_si, with 'int' argument changed to 'long' | zimmerma | 2007-03-23 | 1 | -1/+1 |
* | added Bessel functions of first kind: j0, j1, jn | zimmerma | 2007-03-22 | 1 | -0/+11 |
* | MPFR manual: improved description of mpfr_get_str. | vlefevre | 2007-03-19 | 1 | -4/+4 |
* | documented restriction to n in mpfr_get_str | zimmerma | 2007-03-18 | 1 | -2/+4 |
* | Made modified paragraph on mpfr_get_str more correct from a logical | vlefevre | 2007-03-02 | 1 | -4/+4 |
* | modified paragraph on mpfr_get_str (size of allocated string) | zimmerma | 2007-03-02 | 1 | -11/+6 |
* | mpfr.texi: updated paragraph on the underflow before/after rounding. | vlefevre | 2007-02-14 | 1 | -1/+2 |
* | mpfr.texi: added Exceptions section. | vlefevre | 2007-02-12 | 1 | -0/+54 |
* | mpfr.texi: updated month. | vlefevre | 2007-02-12 | 1 | -1/+1 |
* | Note that the mpfr.info file is now installed in the share subdirectory. | vlefevre | 2007-02-12 | 1 | -1/+1 |
* | added documentation for mpfr_dim (was missing) | zimmerma | 2007-01-17 | 1 | -0/+7 |
* | mpfr.texi -> January 2007. | vlefevre | 2007-01-08 | 1 | -2/+2 |
* | added support from LIP, and different INRIA project-teams | zimmerma | 2007-01-08 | 1 | -1/+4 |
* | mpfr.texi: update concerning MPFR_USE_EXTENSION. | vlefevre | 2006-12-18 | 1 | -2/+3 |
* | Implemented MPFR_USE_EXTENSION support. | vlefevre | 2006-12-15 | 1 | -2/+5 |
* | Updated version to 2.3.0-dev. | vlefevre | 2006-11-20 | 1 | -1/+1 |