diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2010-04-30 14:37:47 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2010-04-30 14:37:47 +0000 |
commit | acfc55ee40c11735c67f86554adae6f06fb27bf6 (patch) | |
tree | b3825ef6d5f8bb416694facf37f449375aacb391 /NEWS | |
parent | 36b2d705037cc99806b571fc7222f445e7d10f81 (diff) | |
download | mpfr-acfc55ee40c11735c67f86554adae6f06fb27bf6.tar.gz |
Changed mp_prec_t into mpfr_prec_t.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6767 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -30,8 +30,11 @@ Changes from versions 2.4.* to version 3.0: version 3 or later (LGPL v3+). - Rounding modes GMP_RNDX are now MPFR_RNDX (GMP_RNDX kept for compatibility). - A new rounding mode (MPFR_RNDA) is available to round away from zero. -_ The rounding mode type mp_rnd_t is now mpfr_rnd_t (mp_rnd_t kept for +- The rounding mode type mp_rnd_t is now mpfr_rnd_t (mp_rnd_t kept for compatibility). +- The precision type is now mpfr_prec_t (as in previous versions, both + mpfr_prec_t and mp_prec_t are accepted, but mp_prec_t may be removed + in the future). - Functions mpfr_random and mpfr_random2 have been removed. - mpfr_get_f and mpfr_get_z now return a ternary value. - New functions mpfr_buildopt_tls_p and mpfr_buildopt_decimal_p giving |