summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2012-03-06 20:51:08 +0000
committerzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2012-03-06 20:51:08 +0000
commitb7c13d52eee1c7946010f0a6aba28d22bc504008 (patch)
treee5c533239d3d0253c656ce43e0cc37c9a1011eac /NEWS
parentb1af57b47281797329f7d3298585a60750e287f9 (diff)
downloadmpc-b7c13d52eee1c7946010f0a6aba28d22bc504008.tar.gz
[mul.c] don't call mpc_sqr any more when both inputs are the same variable
[mpc.texi,NEWS] document the above change git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1139 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 f4ca2d7..00e7f30 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,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),
+ - mpc_mul no longer calls mpc_sqr when the two inputs are the same
- Bug fixes:
- div and norm now return a value indicating the effective rounding
direction, as the other functions.