diff options
author | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2005-08-08 13:01:31 +0000 |
---|---|---|
committer | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2005-08-08 13:01:31 +0000 |
commit | e6db0fe6bd359c65b8fdd87b6c6af610e802ce4b (patch) | |
tree | 446f19646d4be3f9fa1b194c8f896dcd04956d1d /NEWS | |
parent | 50315d13d79d6a7fe8e60b2865bc89eae81f7c08 (diff) | |
download | mpfr-e6db0fe6bd359c65b8fdd87b6c6af610e802ce4b.tar.gz |
fixed bug in mpfr_sin (possible wrong inexact flag for rounding to nearest)
added items in NEWS and TODO
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3705 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ Changes from version 2.1.1 to version 2.2.0: features. - Thread safe (if built with --enable-thread-safe). - Logging facility. +- Change in the semantics of mpfr_out_str/mpfr_get_str when n_digits=0. Changes from version 2.1.0 to version 2.1.1: - Better way to detect the GMP library. |