summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2012-03-07 09:52:29 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2012-03-07 09:52:29 +0000
commita14bf1da6eaa0c1b0346557169168d308c095a04 (patch)
treebf0d1f790830d054f1e584635a587da8c61c3453
parentb7c13d52eee1c7946010f0a6aba28d22bc504008 (diff)
downloadmpc-a14bf1da6eaa0c1b0346557169168d308c095a04.tar.gz
NEWS: updates
git-svn-id: svn://scm.gforge.inria.fr/svn/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.