From eb4484e39772db743d5ae49e0fe322ef3fcdb9db Mon Sep 17 00:00:00 2001 From: enge Date: Thu, 5 Jul 2012 08:55:42 +0000 Subject: renamed mul/div_2exp to mul/div_2ui git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1224 211d60ee-9f03-0410-a15a-8952a2c7a4e4 --- NEWS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index b42b190..fbef739 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,10 @@ Changes in version 1.0: - First release as a GNU package - License change: LGPLv3+ for code, GFDLv1.3+ for documentation + - 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). - - removed compatibility with K&R compilers, untestable due to lack of + - Removed compatibility with K&R compilers, untestable due to lack of such compilers - New function mpc_log10. - Optimisation: -- cgit v1.2.1