summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-09-16 14:46:58 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-09-16 14:46:58 +0000
commit2ed60bf6188109e4535a0c18eaa56b803e41e0e7 (patch)
tree11e5c76117b80e661facb80582d5354e3a5233c9 /BUGS
parent47c26e9818725f9a50c61ebfd490a566ad399d7b (diff)
downloadmpc-2ed60bf6188109e4535a0c18eaa56b803e41e0e7.tar.gz
update some files in preparation of the 0.5 release
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@171 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS5
1 files changed, 5 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index e69de29..3a0266d 100644
--- a/BUGS
+++ b/BUGS
@@ -0,0 +1,5 @@
+- No checks are made for intermediate overflows, which may occur
+ in the middle of the algorithms although the final result
+ may be representable.
+- Correct handling of special values (Nan, infinities) is
+ postponed to a later version.