summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2012-07-06 07:26:34 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2012-07-06 07:26:34 +0000
commitc1ab0fa6c44908699f92cdbef7fd00c875cd3407 (patch)
treef6b9f6e08709bda035f6a7d3c408cdcad152531b /NEWS
parentc32a5068a9f7adbd842789af3e14df3fff12e732 (diff)
downloadmpc-c1ab0fa6c44908699f92cdbef7fd00c875cd3407.tar.gz
atan.c: transform test into assertion, add comments
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1236 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 73c69eb..5127113 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
Changes in version 1.0:
- First release as a GNU package
- License change: LGPLv3+ for code, GFDLv1.3+ for documentation
+ - 100% of all lines are covered by tests
- Functions renamed:
mpc_mul_2exp to mpc_mul_2ui, mpc_div_2exp to mpc_div_2ui
- 0^0, which returned (NaN,NaN) previously, now returns (1,+0).