summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-09-06 15:02:12 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-09-06 15:02:12 +0000
commit1e8655d4267d63f7d32f15e75a28182588154e8c (patch)
treeeed1d6995ea0768648d72e32387e0f587d50f0ef /NEWS
parent5b402a53f8a1ef5b23193a483672295fc34084a6 (diff)
downloadmpfr-1e8655d4267d63f7d32f15e75a28182588154e8c.tar.gz
Patches from the trunk: added mpfr_lngamma, fixed mpfr_gamma,
more detailed error message in tversion. [2.2 branch] git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/mpfr-2-2-branch@3794 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ed8c05814..5d971a557 100644
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,7 @@ Changes from version 2.1.1 to version 2.2.0:
mpfr_set_erangeflag, mpfr_set_nanflag, mpfr_erfc, mpfr_atan2, mpfr_pow_z,
mpfr_subnormalize, mpfr_const_catalan, mpfr_sec, mpfr_csc, mpfr_cot,
mpfr_root, mpfr_eint, mpfr_get_f, mpfr_sech, mpfr_csch, mpfr_coth,
+ mpfr_lngamma.
- new macro: MPFR_VERSION_STRING
- Remove the exported MPFR variables from mpfr.h to mpfr-impl.h.
(They were undocumented, so programs which respect the API still work).