diff options
author | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2000-12-22 08:50:43 +0000 |
---|---|---|
committer | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2000-12-22 08:50:43 +0000 |
commit | 03d4c5686d463df489e56abe1231a37e7badb5d4 (patch) | |
tree | 38e0481291620d654b3037dcec21a9596a6a7055 /NEWS | |
parent | 4b9d22f572dc208d6fa93518e0d4de2953bfbb8f (diff) | |
download | mpfr-03d4c5686d463df489e56abe1231a37e7badb5d4.tar.gz |
updated for version 1.1
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@931 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +Changes from version 1.0 to version 1.1: +- the default installation does not provide any more access to machine + rounding mode, and as a consequence does not compare MPFR results with + precision=53 to machine results. Add option -DTEST if you want to have + access to machine rounding mode, and to check MPFR results against. +- the MPFR files do not need <math.h> any more +- the header file <mpfr.h> was split into <mpfr.h> for exported functions + and <mpfr-impl.h> for internal functions. The user should not use functions + or macros from <mpfr-impl.h>, since those may change in further releases. +- <mpfr.h> was modified in order to make easy a C++ interface +- MPFR now deals with infinities (+infinity and -infinity) and NaN +- the missing function mpfr_swap is now available +- mpfr_zeta was removed (was incomplete) +- mpfr_init and mpfr_init2 now initialize the corresponding variable to 0 + (like in other initialization functions from GNU MP) +- in case memory allocation fails, an error message is output +- several bugs of version 0.4 were fixed + Changes from version 0.4 to version 1.0: - Version 1.0 now uses a standard configure/make installation. |