summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2010-09-02 09:36:45 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2010-09-02 09:36:45 +0000
commit7dfd18367790659afdbf6341a6cc92f7cdba77fd (patch)
tree0485ddecb94ef6eaa8e7091e9c74c0f254b8ec75 /NEWS
parent3c1f08c2642b45c16bc0a938a9947df7e712ba2c (diff)
downloadmpc-7dfd18367790659afdbf6341a6cc92f7cdba77fd.tar.gz
renamed mpc_[s|g]et_[c|lc] to mpc_[s|g]et_[dc|ldc]
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@825 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 2dd604c..3532339 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,8 @@
Changes in version 0.8.3:
- New functions:
- - mpc_set_c, mpc_set_lc, mpc_get_c, mpc_get_lc for converting between
- mpc type variables and C variables of type double _Complex or
- long double _Complex
+ - mpc_set_dc, mpc_set_ldc, mpc_get_dc, mpc_get_ldc for converting
+ between mpc type variables and C variables of type double _Complex
+ or long double _Complex
- Speed-up of mpc_pow_si through binary exponentiation, and of
mpc_pow_z when the exponent fits in a long
- Bug fixes: