summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-01-18 12:40:20 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-01-18 12:40:20 +0000
commit3237c68dfc83a83a1271755ed0cda374aebe0069 (patch)
treee785ad170d0e061c2a5017adfcc214e8f4ae718d /NEWS
parent1e2626822cbd2464f318a5f65df8e8a6469e7b14 (diff)
downloadmpc-3237c68dfc83a83a1271755ed0cda374aebe0069.tar.gz
add_si: replaced macro by function, since the macro evaluated its argument
twice git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@881 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cefa690..1337af3 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,8 @@ Changes in version 0.9:
- trigonometric functions: infinite loop due to overflow for large arguments
- exp: close to infinite loop for argument close to 0
- sqrt: close to infinite loop for argument close to 1
+ - add_si: replaced macro by function, since the macro evaluated the same
+ expression twice
- Logging feature for debugging:
./configure --enable-logging
#include "mpc-log.h" instead of #include "mpc.h"