| Commit message (Expand) | Author | Age | Files | Lines |
* | Added mpfr_z_sub (function/test/doc) | demengeo | 2011-02-09 | 1 | -1/+1 |
* | [NEWS] Update for MPFR 3.1.x. | vlefevre | 2011-01-17 | 1 | -1/+2 |
* | Copyright notice update: added 2011 with | vlefevre | 2011-01-17 | 1 | -1/+1 |
* | [src/frexp.c,tests/tfrexp.c] added new function mpfr_frexp | zimmerma | 2011-01-15 | 1 | -0/+1 |
* | TLS support is now detected automatically. If TLS is supported, MPFR is | vlefevre | 2011-01-13 | 1 | -0/+3 |
* | [NEWS] Update concerning the --with-gmp-build configure option. | vlefevre | 2010-12-12 | 1 | -0/+3 |
* | [NEWS] fixed news for 3.0.0 | zimmerma | 2010-12-06 | 1 | -2/+2 |
* | Mentioned --enable-gmp-internals in INSTALL and NEWS. | vlefevre | 2010-10-25 | 1 | -0/+3 |
* | [src/sqrt.c] now uses mpn_rootrem (if available) instead of mpn_sqrtrem since | zimmerma | 2010-09-28 | 1 | -1/+2 |
* | now use Mulders' algorithm also for mpfr_sqr, provides nice speed improvement | zimmerma | 2010-09-24 | 1 | -0/+1 |
* | [NEWS] Minor update. | vlefevre | 2010-09-19 | 1 | -2/+2 |
* | [NEWS] inform the users that mpfr_add_one_ulp and mpfr_sub_one_ulp will be | zimmerma | 2010-09-19 | 1 | -0/+2 |
* | [NEWS,doc/mpfr.texi] updated: the GMP random functions do not depend on the | zimmerma | 2010-09-16 | 1 | -2/+2 |
* | [src/urandom.c] now mpfr_urandom also returns identical values on 32-bit and | zimmerma | 2010-09-15 | 1 | -0/+4 |
* | Source reorganization. In short: | vlefevre | 2010-08-17 | 1 | -0/+2 |
* | [NEWS] Update. | vlefevre | 2010-08-13 | 1 | -0/+1 |
* | [NEWS] Prepare for new version. | vlefevre | 2010-08-12 | 1 | -0/+3 |
* | Replaced | vlefevre | 2010-07-30 | 1 | -1/+1 |
* | [NEWS] Added an item about the --with-gmp-build configure option and | vlefevre | 2010-06-07 | 1 | -0/+6 |
* | [NEWS] 3.0 -> 3.0.0. | vlefevre | 2010-06-02 | 1 | -2/+2 |
* | [NEWS] Added test coverage for MPFR 3.0.0. | vlefevre | 2010-06-02 | 1 | -0/+1 |
* | [mpfr.texi, NEWS] Update related to r6879: "Made defined the previously | vlefevre | 2010-05-31 | 1 | -0/+4 |
* | [NEWS] Correction. | vlefevre | 2010-05-25 | 1 | -4/+5 |
* | [NEWS, mpfr.texi] mpfr_custom_get_mantissa was renamed to | vlefevre | 2010-05-25 | 1 | -0/+2 |
* | [NEWS] Reformat / fixed typography. | vlefevre | 2010-05-24 | 1 | -16/+19 |
* | [mpfr.texi, NEWS] Noted that the mpfr_ai implementation is incomplete | vlefevre | 2010-05-19 | 1 | -1/+1 |
* | [mpfr.texi, NEWS] Mention that mpfr_ai is a new function in MPFR 3.0. | vlefevre | 2010-05-18 | 1 | -0/+1 |
* | [NEWS] Added release name. | vlefevre | 2010-05-18 | 1 | -0/+1 |
* | [NEWS] Updated "Changes from versions 2.3.* to version 2.4.0" | vlefevre | 2010-05-18 | 1 | -0/+2 |
* | [NEWS] A bit less ambiguous... | vlefevre | 2010-05-18 | 1 | -1/+1 |
* | [NEWS] More details for mp_rnd_t/mpfr_rnd_t, like mp_prec_t/mpfr_prec_t. | vlefevre | 2010-05-18 | 1 | -2/+3 |
* | Added "API Compatibility" section to the MPFR manual. | vlefevre | 2010-05-17 | 1 | -0/+1 |
* | [NEWS] mpfr_strtofr now accepts bases from 37 to 62 (r5965). | vlefevre | 2010-05-17 | 1 | -0/+1 |
* | New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t). | vlefevre | 2010-05-07 | 1 | -0/+2 |
* | Changed the precision type mpfr_prec_t from an unsigned integer type | vlefevre | 2010-05-07 | 1 | -1/+3 |
* | Changed mp_prec_t into mpfr_prec_t. | vlefevre | 2010-04-30 | 1 | -1/+4 |
* | [NEWS] New function mpfr_regular_p (was added in r6417, 2009-09-14). | vlefevre | 2010-04-12 | 1 | -0/+1 |
* | [NEWS] added item | zimmerma | 2010-02-26 | 1 | -0/+2 |
* | [NEWS] minor grammar fix | zimmerma | 2010-02-23 | 1 | -3/+3 |
* | [NEWS] be more precise about API compatibility | zimmerma | 2010-02-23 | 1 | -1/+5 |
* | [mpfr.h] added #define mpfr_get_z_exp mpfr_get_z_2exp for compatibility | zimmerma | 2010-02-23 | 1 | -1/+1 |
* | changed mpfr_get_z_exp -> mpfr_get_z_2exp (old function) | zimmerma | 2010-02-22 | 1 | -1/+3 |
* | added new function mpfr_set_z_exp (companion to mpfr_get_z_exp) | zimmerma | 2010-02-22 | 1 | -0/+1 |
* | Copyright notice update: added 2010 with | vlefevre | 2010-01-20 | 1 | -1/+1 |
* | New function mpfr_urandom. | thevenyp | 2010-01-13 | 1 | -0/+1 |
* | [atan.c] implemented argument reduction (cf error analysis in algorithms.tex) | zimmerma | 2009-09-22 | 1 | -2/+4 |
* | [NEWS] added item | zimmerma | 2009-09-18 | 1 | -0/+3 |
* | [NEWS] added mpfr_set_flt and mpfr_get_flt | zimmerma | 2009-09-15 | 1 | -0/+1 |
* | [digamma.c] new function mpfr_digamma | zimmerma | 2009-09-02 | 1 | -0/+1 |
* | NEWS: update (new function mpfr_set_zero, added in r6339). | vlefevre | 2009-08-24 | 1 | -0/+1 |