summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Enge <andreas.enge@inria.fr>2012-03-07 09:52:29 +0000
committerAndreas Enge <andreas.enge@inria.fr>2012-03-07 09:52:29 +0000
commit5d70ba51e4da3dcd57f4184b7a2cf9a5fc2ef2f0 (patch)
treebf0d1f790830d054f1e584635a587da8c61c3453
parentae363a3c2e3572d1bb84a0925696b129f65e1087 (diff)
downloadmpc-git-5d70ba51e4da3dcd57f4184b7a2cf9a5fc2ef2f0.tar.gz
NEWS: updates
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/mpc/trunk@1140 211d60ee-9f03-0410-a15a-8952a2c7a4e4
-rw-r--r--NEWS7
1 files changed, 3 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 00e7f30..da19784 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,12 @@
Changes in version 1.0:
- First release as a GNU package
- License change: LGPLv3+ for code, GFDLv1.3+ for documentation
- - 0^0, which returned (NaN,NaN) previously, now returns (1,+0),
- - mpc_mul no longer calls mpc_sqr when the two inputs are the same
+ - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
- 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
+ - mul, sqr 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 is corrected.