From ea00be676a5e57f8b5324ffc445bf622d712e1ca Mon Sep 17 00:00:00 2001 From: enge Date: Wed, 23 Feb 2011 18:43:48 +0000 Subject: proj.c: corrected (and simplified) infinite input with overlap git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@959 211d60ee-9f03-0410-a15a-8952a2c7a4e4 --- NEWS | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 4532eea..bb9ca90 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,9 @@ Recent changes: - - Bug fix: - mpc_mul returns correct results even if there are over- or underflows - during the computation + - Bug fixes: + - mul now returns correct results even if there are over- or underflows + during the computation + - proj: wrong result when input variable has infinite part and equals + output variable Changes in version 0.9: - New functions: -- cgit v1.2.1