summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-04-22 09:47:15 +0000
committerthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-04-22 09:47:15 +0000
commitcff82754ed928dd6a99381d31b4796ed274f2155 (patch)
tree5371eb4758ee4483e33da7b83cdf1311ba9a571d /NEWS
parent3be516f156dde81ab4036389a685fcde03b6c4a2 (diff)
downloadmpc-cff82754ed928dd6a99381d31b4796ed274f2155.tar.gz
NEWS src/log.c: Fix bug: on real negative axis, take the sign of the zero imaginary part into account to determine the side of the branch cut.
tests/log.dat: Add non-regression tests. git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@535 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 468bf3a..f8632cb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Recent Changes:
+ - Bug fixes:
+ - log (along branch cut)
+
Changes in version 0.6:
- New functions: mpc_get_str, mpc_set_str, mpc_strtoc, mpc_set_uj,
mpc_set_sj, mpc_set_ld, mpc_set_ld_ld, mpc_set_si_si, mpc_set_uj_uj,