summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
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.