summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2012-01-23 18:08:28 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2012-01-23 18:08:28 +0000
commit85c8e57d4cbbb5c24babdbf53a87a3ef40c43aea (patch)
tree4eec5e99ff6fcaddfae5f43cc302633ab37e00bf /NEWS
parent04d836e20bad46104f9ff06c3bce5349dbfa362d (diff)
downloadmpc-85c8e57d4cbbb5c24babdbf53a87a3ef40c43aea.tar.gz
define 0^0 as (1,+0), since the sign of the imaginary part cannot be determined
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1121 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 1 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index b018daa..f4ca2d7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,7 @@
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),
- with the sign of the imaginary part of the result being the opposite of
- the sign of the imaginary part of the exponent
+ - 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.