summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-09-06 08:15:28 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-09-06 08:15:28 +0000
commit5c27a7fd1535195fc08912fd2fa12c7797f90893 (patch)
treeaf8e284c1af2dd6f19b446d0cf4e1e16632f997d /NEWS
parent98334988a770d26fcb13a397c02b71ed5ba74043 (diff)
downloadmpc-5c27a7fd1535195fc08912fd2fa12c7797f90893.tar.gz
norm.c: new underflow handling
norm.dat: added different rounding modes to previous example git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1086 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f894389..a4fffe1 100644
--- a/NEWS
+++ b/NEWS
@@ -2,10 +2,10 @@ Changes in version 1.0:
- First release as a GNU package
- License change: LGPLv3+ for code, GFDLv1.3+ for documentation
- Bug fixes:
+ - div and norm now return a value indicating the effective rounding
+ direction, as the other functions.
- mul and norm now return correct results even if there are over- or
underflows during the computation
- - div now returns a value indicating the effective rounding direction,
- as the other functions.
- asin, proj, sqr: Wrong result when input variable has infinite part and
equals output variable is corrected.