summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-12-03 16:39:17 +0000
committerthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-12-03 16:39:17 +0000
commit5a4b62ee81e3c34951101a43f6e9220ba2dcc128 (patch)
tree51c2ffcf86b2f906d724761d380a34578b431a37 /NEWS
parentdd8d1c02683f11e7f014b0249665b273fd8dc7b4 (diff)
downloadmpc-5a4b62ee81e3c34951101a43f6e9220ba2dcc128.tar.gz
NEWS, doc/mpc.texi: notice change in exp, sin, cos, and tan function prototypes.
src/cos.c, src/sin.c, src/tan.c: return now inexact value. tests/tcos.c, tests/tsin.c, tests/ttan.c: change from V_CC to CC func_type. git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@380 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 d2e0b77..21e0e75 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,5 @@
Recent changes:
+ - mpc_exp, mpc_cos, mpc_sin, and mpc_tan now return inexact value
- Bug fixes:
- mpc_get_version and MPC_VERSION_STRING agrees