summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-11-14 09:45:38 +0000
committerthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-11-14 09:45:38 +0000
commit8fd15070ef11b8deea4379821976e5d62d609883 (patch)
tree1b0c5193e3b6be403dbaa0e98baef683619b72de /NEWS
parent8468039dd05e9f59f69e2deece387fd9cad6172d (diff)
downloadmpc-8fd15070ef11b8deea4379821976e5d62d609883.tar.gz
NEWS: Updated up to r300.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@301 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 13 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index addc679..7f1131f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,14 +1,25 @@
Recent changes:
+ - New functions:
+ - mpc_set_fr_fr
+ - mpc_real, mpc_imag
+ - mpc_arg, mpc_proj
- New macros:
- version number: MPC_VERSION_MAJOR, MPC_VERSION_MINOR,
MPC_VERSION_PATCHLEVEL, MPC_VERSION_STRING
- - configure checks on recent mpfr library
+ - MPFR_IS_NAN, MPFR_IS_INF, MPFR_IS_SINGULAR, MPC_IS_ZERO, MPC_IS_INF
+ - reference to number parts: mpc_realref and mpc_imagref
+ - configure checks on recent mpfr library (version >= 4.2)
- new configure options: --with-gmp-lib, --with-gmp-include,
--with-mpfr-lib, and --with-mpfr-include
+ - export declarations for MSWindows, makefile.vc updated (thanks to Mickael
+ Gastineau)
- Test framework rewritten
+ - Optimisations:
+ - mul_fr, sin, cos
- Bug fixes:
- configure looks for gmp first, then for mpfr
- - set_fr, fr_sub, mul_fr, div_fr, div, cos
+ - set_fr, fr_sub, mul_fr, div_fr, div, cos, sqr
+ - fix special values handling: log, sqr, exp, sqrt, mul
Changes in version 0.5 ("Aconitum neomontanum"):
- Support for autotools