summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-09-02 16:55:43 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-09-02 16:55:43 +0000
commit5a5635b748a62c8a4cc623a44ec6a946609a17e6 (patch)
tree987a4c4a21cca88e33a96e3e81e1474419d07150 /NEWS
parentec4abbab5bfd18c3b1a1a642499873384d7da336 (diff)
downloadmpc-5a5635b748a62c8a4cc623a44ec6a946609a17e6.tar.gz
div.c: implemented return value
div.dat: updated accordingly git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1075 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 9053487..f894389 100644
--- a/NEWS
+++ b/NEWS
@@ -4,8 +4,10 @@ Changes in version 1.0:
- Bug fixes:
- mul and norm now return correct results even if there are over- or
underflows during the computation
- - asin, proj, sqr: wrong result when input variable has infinite part and
- equals output variable
+ - 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.
Changes in version 0.9:
- New functions: